plugin:pom.xml: remove properties-maven-plugin
This was loading the properties from the project that was using the plugin.
This commit is contained in:
parent
aa443a26a6
commit
64330d01da
1 changed files with 0 additions and 28 deletions
|
@ -101,34 +101,6 @@
|
||||||
<target>1.8</target>
|
<target>1.8</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin><!-- maven-compiler-plugin -->
|
</plugin><!-- maven-compiler-plugin -->
|
||||||
<plugin>
|
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
|
||||||
<artifactId>properties-maven-plugin</artifactId>
|
|
||||||
<version>${properties-maven-plugin.version}</version>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<goals>
|
|
||||||
<goal>set-system-properties</goal>
|
|
||||||
</goals>
|
|
||||||
<configuration>
|
|
||||||
<properties>
|
|
||||||
<property>
|
|
||||||
<name>maven-checkstyle-plugin.version</name>
|
|
||||||
<value>${maven-checkstyle-plugin.version}</value>
|
|
||||||
</property>
|
|
||||||
<property>
|
|
||||||
<name>checkstyle.version</name>
|
|
||||||
<value>${checkstyle.version}</value>
|
|
||||||
</property>
|
|
||||||
<property>
|
|
||||||
<name>sevntu.version</name>
|
|
||||||
<value>${sevntu.version}</value>
|
|
||||||
</property>
|
|
||||||
</properties>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin><!-- properties-maven-plugin -->
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
<profiles>
|
<profiles>
|
||||||
|
|
Loading…
Reference in a new issue