You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2018/06/14 06:29:23 UTC

[isis] branch master updated: ISIS-1916: adds flattened-pom plugin for helloworld

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new f1968ce  ISIS-1916: adds flattened-pom plugin for helloworld
f1968ce is described below

commit f1968ce994634ecc70afb99690f00a2bdc5fb5f3
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Jun 14 08:29:05 2018 +0200

    ISIS-1916: adds flattened-pom plugin for helloworld
---
 example/application/helloworld/pom.xml | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/example/application/helloworld/pom.xml b/example/application/helloworld/pom.xml
index d66f91d..0c278fb 100644
--- a/example/application/helloworld/pom.xml
+++ b/example/application/helloworld/pom.xml
@@ -92,6 +92,30 @@
                     </mixins>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>flatten-maven-plugin</artifactId>
+                <version>1.0.0</version>
+                <configuration>
+                    <updatePomFile>true</updatePomFile>
+                </configuration>
+                <executions>
+                    <execution>
+                        <id>flatten</id>
+                        <phase>process-resources</phase>
+                        <goals>
+                            <goal>flatten</goal>
+                        </goals>
+                    </execution>
+                    <execution>
+                        <id>flatten.clean</id>
+                        <phase>clean</phase>
+                        <goals>
+                            <goal>clean</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
     </build>
 

-- 
To stop receiving notification emails like this one, please contact
danhaywood@apache.org.