Skip to content

Commit 3ffa9cb

Browse files
committed
Use Sisu plugin
1 parent 7adbe3b commit 3ffa9cb

1 file changed

Lines changed: 8 additions & 18 deletions

File tree

pom.xml

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@
6767
</developer>
6868
</developers>
6969

70+
<prerequisites>
71+
<maven>3.6.3</maven>
72+
</prerequisites>
73+
7074
<scm>
7175
<connection>scm:git:https://github.com/mojohaus/properties-maven-plugin.git</connection>
7276
<developerConnection>scm:git:ssh://git@github.com/mojohaus/properties-maven-plugin.git</developerConnection>
@@ -132,29 +136,15 @@
132136
</dependencies>
133137

134138
<build>
135-
<pluginManagement>
136-
<plugins>
137-
<plugin>
138-
<groupId>org.apache.maven.plugins</groupId>
139-
<artifactId>maven-compiler-plugin</artifactId>
140-
<configuration>
141-
<annotationProcessorPaths>
142-
<path>
143-
<groupId>org.eclipse.sisu</groupId>
144-
<artifactId>org.eclipse.sisu.inject</artifactId>
145-
<version>0.9.0.M2</version>
146-
</path>
147-
</annotationProcessorPaths>
148-
</configuration>
149-
</plugin>
150-
</plugins>
151-
</pluginManagement>
152-
153139
<plugins>
154140
<plugin>
155141
<groupId>org.apache.maven.plugins</groupId>
156142
<artifactId>maven-checkstyle-plugin</artifactId>
157143
</plugin>
144+
<plugin>
145+
<groupId>org.eclipse.sisu</groupId>
146+
<artifactId>sisu-maven-plugin</artifactId>
147+
</plugin>
158148
</plugins>
159149
</build>
160150

0 commit comments

Comments
 (0)