You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2013/11/20 15:33:55 UTC

git commit: PR #61 - WTP support for archetype project

Updated Branches:
  refs/heads/master 40f002478 -> e04cac45d


PR #61 - WTP support for archetype project


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

Branch: refs/heads/master
Commit: e04cac45d86c9c4b802b13eb51292204e135618d
Parents: 40f0024
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Wed Nov 20 16:33:27 2013 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Wed Nov 20 16:33:27 2013 +0200

----------------------------------------------------------------------
 .../quickstart/src/main/resources/archetype-resources/pom.xml     | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/e04cac45/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
index bfd8d58..f03252c 100644
--- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
@@ -48,6 +48,8 @@
 		<slf4j.version>1.7.5</slf4j.version>
 		<junit.version>4.11</junit.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+		<!-- allowed values: R7, 1.0, 1.5, 2.0 or none -->
+		<wtp.version>none</wtp.version>
 	</properties>
 	<dependencies>
 		<!--  WICKET DEPENDENCIES -->
@@ -177,6 +179,7 @@
 				<version>2.9</version>
 				<configuration>
 					<downloadSources>true</downloadSources>
+					<wtpversion>${wtp.version}</wtpversion>
 				</configuration>
 			</plugin>
 		</plugins>