Skip to content

Commit a141ee9

Browse files
apupierahmetb
authored andcommitted
Provide xsd configuration for pom files (#143)
it allows to provide completion and validation when editing the files in most IDEs Signed-off-by: Aurélien Pupier <[email protected]>
1 parent b4af758 commit a141ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cassandra/java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
License for the specific language governing permissions and limitations under
1414
the License.
1515
-->
16-
<project>
16+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1717
<modelVersion>4.0.0</modelVersion>
1818
<groupId>io.k8s.cassandra</groupId>
1919
<artifactId>kubernetes-cassandra</artifactId>

0 commit comments

Comments
 (0)