ISIS-1243: fixing pom.xml for simpleapp (isis-validate and isis-swagger 
profiles) so that work when regenerated as an archetype.


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/96af4509
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/96af4509
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/96af4509

Branch: refs/heads/release-1.11.0-RC1
Commit: 96af4509e289bada909f5628a96c0cfa2f7bd83a
Parents: 5245659
Author: Dan Haywood <d...@haywood-associates.co.uk>
Authored: Tue Dec 29 12:54:41 2015 +0000
Committer: Dan Haywood <d...@haywood-associates.co.uk>
Committed: Tue Dec 29 12:58:59 2015 +0000

----------------------------------------------------------------------
 example/application/simpleapp/dom/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/96af4509/example/application/simpleapp/dom/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/dom/pom.xml 
b/example/application/simpleapp/dom/pom.xml
index 44c63f9..449ee0d 100644
--- a/example/application/simpleapp/dom/pom.xml
+++ b/example/application/simpleapp/dom/pom.xml
@@ -158,7 +158,7 @@
             <id>isis-validate</id>
             <activation>
                 <property>
-                    <name>isis-validate</name>
+                    <name>!skip.isis-validate</name>
                 </property>
             </activation>
             <build>
@@ -173,7 +173,7 @@
                         <dependencies>
                             <dependency>
                                 <groupId>${project.groupId}</groupId>
-                                <artifactId>simpleapp-dom</artifactId>
+                                <artifactId>${project.artifactId}</artifactId>
                                 <version>${project.version}</version>
                             </dependency>
                             <!--
@@ -224,7 +224,7 @@
                         <dependencies>
                             <dependency>
                                 <groupId>${project.groupId}</groupId>
-                                <artifactId>simpleapp-dom</artifactId>
+                                <artifactId>${project.artifactId}</artifactId>
                                 <version>${project.version}</version>
                             </dependency>
                             <!--

Reply via email to