Skip to content

Commit

Permalink
[resolves wildfly-extras#1893] Restore properties-maven-plugin execution
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed May 30, 2017
1 parent efb9475 commit 2102109
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 20 deletions.
19 changes: 0 additions & 19 deletions feature/pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -727,25 +727,6 @@

<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>set-system-properties</goal>
</goals>
<configuration>
<properties>
<property>
<name>org.jdom2.output.LineSeparator</name>
<value>SYSTEM</value>
</property>
</properties>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>de.smartics.maven.plugin</groupId>
<artifactId>smartics-jboss-modules-maven-plugin</artifactId>
Expand Down
25 changes: 25 additions & 0 deletions feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,29 @@
<module>extras</module>
<module>pack</module>
</modules>

<build>
<plugins>
<!-- To be effective, this plugin definition must be located in the parent -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>set-system-properties</goal>
</goals>
<configuration>
<properties>
<property>
<name>org.jdom2.output.LineSeparator</name>
<value>SYSTEM</value>
</property>
</properties>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<version-maven-source-plugin>2.3</version-maven-source-plugin>
<version-maven-surefire-plugin>2.18.1</version-maven-surefire-plugin>
<version-maven-war-plugin>3.0.0</version-maven-war-plugin>
<version-properties-maven-plugin>1.0-alpha-2</version-properties-maven-plugin>
<version-properties-maven-plugin>1.0.0</version-properties-maven-plugin>
<version-smartics-maven-plugin>2.1.2</version-smartics-maven-plugin>
<version-wildfly-build-tools>1.1.6.Final</version-wildfly-build-tools>
<version-wildfly-maven-plugin>1.2.0.Alpha3</version-wildfly-maven-plugin>
Expand Down

0 comments on commit 2102109

Please sign in to comment.