ISIS-928: recreating simpleapp archetype
Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/e01d162f Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/e01d162f Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/e01d162f Branch: refs/heads/master Commit: e01d162f1f429c356921c8d6524bb8d9ffb18278 Parents: 93a30cb Author: Dan Haywood <[email protected]> Authored: Sat Nov 15 10:09:54 2014 +0000 Committer: Dan Haywood <[email protected]> Committed: Sat Nov 15 10:09:54 2014 +0000 ---------------------------------------------------------------------- .../main/resources/archetype-resources/pom.xml | 187 ++++++++++--------- .../projects/basic/archetype.properties | 2 +- 2 files changed, 99 insertions(+), 90 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/e01d162f/example/archetype/simpleapp/src/main/resources/archetype-resources/pom.xml ---------------------------------------------------------------------- diff --git a/example/archetype/simpleapp/src/main/resources/archetype-resources/pom.xml b/example/archetype/simpleapp/src/main/resources/archetype-resources/pom.xml index 2b2db41..9071ace 100644 --- a/example/archetype/simpleapp/src/main/resources/archetype-resources/pom.xml +++ b/example/archetype/simpleapp/src/main/resources/archetype-resources/pom.xml @@ -31,7 +31,7 @@ <maven>3.0.4</maven> </prerequisites> - <properties> + <properties> <isis.version>1.8.0-SNAPSHOT</isis.version> <isis-viewer-wicket.version>1.8.0-SNAPSHOT</isis-viewer-wicket.version> @@ -41,19 +41,28 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - </properties> - + </properties> + <repositories> <repository> - <id>apache.snapshots</id> - <name>Apache Snapshots</name> - <url>https://repository.apache.org/content/repositories/snapshots/</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - </snapshots> - </repository> + <id>apache.snapshots</id> + <name>Apache Snapshots</name> + <url>https://repository.apache.org/content/repositories/snapshots/</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + </snapshots> + </repository> + <repository> + <id>Cloudbees snapshots</id> + <url>http://repository-estatio.forge.cloudbees.com/snapshot/</url> + <snapshots> + </snapshots> + <releases> + <enabled>false</enabled> + </releases> + </repository> </repositories> <build> @@ -217,69 +226,69 @@ <exclude>**/*.js</exclude> </excludes> <licenses> - <license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense"> - <licenseFamilyCategory>AL2</licenseFamilyCategory> - <licenseFamilyName>Apache License 2.0</licenseFamilyName> - <notes /> - <patterns> - <pattern>Licensed to the Apache Software Foundation (ASF) under one</pattern> - </patterns> - </license> - <license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense"> - <licenseFamilyCategory>JQRY</licenseFamilyCategory> - <licenseFamilyName>MIT</licenseFamilyName> - <notes /> - <patterns> - <pattern>Dual licensed under the MIT or GPL Version 2 licenses.</pattern> - </patterns> - </license> - <license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense"> - <licenseFamilyCategory>JMOCK</licenseFamilyCategory> - <licenseFamilyName>JMock</licenseFamilyName> - <notes /> - <patterns> - <pattern>Copyright (c) 2000-2007, jMock.org</pattern> - </patterns> - </license> - <license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense"> - <licenseFamilyCategory>DOCBK</licenseFamilyCategory> - <licenseFamilyName>DocBook 4.5</licenseFamilyName> - <notes /> - <patterns> - <pattern>Permission to copy in any form is granted for use</pattern> - <pattern>Permission to use, copy, modify and distribute the DocBook DTD</pattern> - <pattern>is hereby granted in perpetuity, provided that the above copyright</pattern> - <pattern>This is the catalog data file for DocBook XML V4.5. It is provided as</pattern> - <pattern>XML Catalog data for DocBook XML V4.5</pattern> - <pattern>DocBook additional general entities V4.5</pattern> - <pattern>XML EXCHANGE TABLE MODEL DECLARATION MODULE</pattern> - </patterns> - </license> - <license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense"> - <licenseFamilyCategory>W3C</licenseFamilyCategory> - <licenseFamilyName>XHTML</licenseFamilyName> - <notes /> - <patterns> - <pattern>Copyright (c) 1998-2002 W3C (MIT, INRIA, Keio),</pattern> - </patterns> - </license> + <license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense"> + <licenseFamilyCategory>AL2</licenseFamilyCategory> + <licenseFamilyName>Apache License 2.0</licenseFamilyName> + <notes /> + <patterns> + <pattern>Licensed to the Apache Software Foundation (ASF) under one</pattern> + </patterns> + </license> + <license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense"> + <licenseFamilyCategory>JQRY</licenseFamilyCategory> + <licenseFamilyName>MIT</licenseFamilyName> + <notes /> + <patterns> + <pattern>Dual licensed under the MIT or GPL Version 2 licenses.</pattern> + </patterns> + </license> + <license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense"> + <licenseFamilyCategory>JMOCK</licenseFamilyCategory> + <licenseFamilyName>JMock</licenseFamilyName> + <notes /> + <patterns> + <pattern>Copyright (c) 2000-2007, jMock.org</pattern> + </patterns> + </license> + <license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense"> + <licenseFamilyCategory>DOCBK</licenseFamilyCategory> + <licenseFamilyName>DocBook 4.5</licenseFamilyName> + <notes /> + <patterns> + <pattern>Permission to copy in any form is granted for use</pattern> + <pattern>Permission to use, copy, modify and distribute the DocBook DTD</pattern> + <pattern>is hereby granted in perpetuity, provided that the above copyright</pattern> + <pattern>This is the catalog data file for DocBook XML V4.5. It is provided as</pattern> + <pattern>XML Catalog data for DocBook XML V4.5</pattern> + <pattern>DocBook additional general entities V4.5</pattern> + <pattern>XML EXCHANGE TABLE MODEL DECLARATION MODULE</pattern> + </patterns> + </license> + <license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense"> + <licenseFamilyCategory>W3C</licenseFamilyCategory> + <licenseFamilyName>XHTML</licenseFamilyName> + <notes /> + <patterns> + <pattern>Copyright (c) 1998-2002 W3C (MIT, INRIA, Keio),</pattern> + </patterns> + </license> </licenses> <licenseFamilies> - <licenseFamily implementation="org.apache.rat.license.SimpleLicenseFamily"> - <familyName>Apache License 2.0</familyName> - </licenseFamily> - <licenseFamily implementation="org.apache.rat.license.SimpleLicenseFamily"> - <familyName>MIT</familyName> - </licenseFamily> - <licenseFamily implementation="org.apache.rat.license.SimpleLicenseFamily"> - <familyName>JMock</familyName> - </licenseFamily> - <licenseFamily implementation="org.apache.rat.license.SimpleLicenseFamily"> - <familyName>DocBook 4.5</familyName> - </licenseFamily> - <licenseFamily implementation="org.apache.rat.license.SimpleLicenseFamily"> - <familyName>XHTML</familyName> - </licenseFamily> + <licenseFamily implementation="org.apache.rat.license.SimpleLicenseFamily"> + <familyName>Apache License 2.0</familyName> + </licenseFamily> + <licenseFamily implementation="org.apache.rat.license.SimpleLicenseFamily"> + <familyName>MIT</familyName> + </licenseFamily> + <licenseFamily implementation="org.apache.rat.license.SimpleLicenseFamily"> + <familyName>JMock</familyName> + </licenseFamily> + <licenseFamily implementation="org.apache.rat.license.SimpleLicenseFamily"> + <familyName>DocBook 4.5</familyName> + </licenseFamily> + <licenseFamily implementation="org.apache.rat.license.SimpleLicenseFamily"> + <familyName>XHTML</familyName> + </licenseFamily> </licenseFamilies> </configuration> </plugin> @@ -296,25 +305,25 @@ </plugin> </plugins> </build> - + <dependencyManagement> <dependencies> - <dependency> - <groupId>org.apache.isis.core</groupId> - <artifactId>isis</artifactId> - <version>${isis.version}</version> - <type>pom</type> - <scope>import</scope> - </dependency> + <dependency> + <groupId>org.apache.isis.core</groupId> + <artifactId>isis</artifactId> + <version>${isis.version}</version> + <type>pom</type> + <scope>import</scope> + </dependency> - <dependency> - <groupId>org.apache.isis.viewer</groupId> - <artifactId>isis-viewer-wicket</artifactId> - <version>${isis-viewer-wicket.version}</version> - <type>pom</type> - <scope>import</scope> - </dependency> + <dependency> + <groupId>org.apache.isis.viewer</groupId> + <artifactId>isis-viewer-wicket</artifactId> + <version>${isis-viewer-wicket.version}</version> + <type>pom</type> + <scope>import</scope> + </dependency> <!-- this project's own modules --> @@ -337,7 +346,7 @@ </dependencies> </dependencyManagement> - + <profiles> <profile> http://git-wip-us.apache.org/repos/asf/isis/blob/e01d162f/example/archetype/simpleapp/src/test/resources/projects/basic/archetype.properties ---------------------------------------------------------------------- diff --git a/example/archetype/simpleapp/src/test/resources/projects/basic/archetype.properties b/example/archetype/simpleapp/src/test/resources/projects/basic/archetype.properties index e004a7a..516b48a 100644 --- a/example/archetype/simpleapp/src/test/resources/projects/basic/archetype.properties +++ b/example/archetype/simpleapp/src/test/resources/projects/basic/archetype.properties @@ -1,4 +1,4 @@ -#Fri Nov 14 12:51:54 GMT 2014 +#Sat Nov 15 10:09:48 GMT 2014 package=it.pkg version=0.1-SNAPSHOT groupId=archetype.it
