Skip to content

Commit 8f13d51

Browse files
committed
fix pom.xml
Signed-off-by: Stefan Niederhauser <[email protected]>
1 parent af3788f commit 8f13d51

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

pom.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45

56
<parent>
@@ -61,4 +62,16 @@
6162
<scope>test</scope>
6263
</dependency>
6364
</dependencies>
65+
66+
<build>
67+
<pluginManagement>
68+
<plugins>
69+
<plugin>
70+
<groupId>guru.nidi.maven.plugins</groupId>
71+
<artifactId>snippets-maven-plugin</artifactId>
72+
<version>0.0.3</version>
73+
</plugin>
74+
</plugins>
75+
</pluginManagement>
76+
</build>
6477
</project>

0 commit comments

Comments
 (0)