You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by pt...@apache.org on 2016/01/10 18:08:14 UTC

maven-archetype git commit: Add .classpath file for the test.

Repository: maven-archetype
Updated Branches:
  refs/heads/master 940031591 -> 0bee18dea


Add .classpath file for the test.


Project: http://git-wip-us.apache.org/repos/asf/maven-archetype/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-archetype/commit/0bee18de
Tree: http://git-wip-us.apache.org/repos/asf/maven-archetype/tree/0bee18de
Diff: http://git-wip-us.apache.org/repos/asf/maven-archetype/diff/0bee18de

Branch: refs/heads/master
Commit: 0bee18dea03b82d309b25d3f1a5214b2074e4711
Parents: 9400315
Author: Petar Tahchiev <pa...@gmail.com>
Authored: Sun Jan 10 19:07:07 2016 +0200
Committer: Petar Tahchiev <pa...@gmail.com>
Committed: Sun Jan 10 19:07:36 2016 +0200

----------------------------------------------------------------------
 .../archetype-resources/.classpath                     | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/0bee18de/archetype-common/src/test/archetypes/fileset_with_postscript-1.0/archetype-resources/.classpath
----------------------------------------------------------------------
diff --git a/archetype-common/src/test/archetypes/fileset_with_postscript-1.0/archetype-resources/.classpath b/archetype-common/src/test/archetypes/fileset_with_postscript-1.0/archetype-resources/.classpath
new file mode 100644
index 0000000..8fedfdf
--- /dev/null
+++ b/archetype-common/src/test/archetypes/fileset_with_postscript-1.0/archetype-resources/.classpath
@@ -0,0 +1,13 @@
+groupId=${groupId}
+artifactId=${artifactId}
+version=${version}
+package=${package}
+packageInPathFormat=${packageInPathFormat}
+property-without-default-1=${property-without-default-1}
+property-without-default-2=${property-without-default-2}
+property-without-default-3=${property-without-default-3}
+property-without-default-4=${property-without-default-4}
+property-with-default-1=${property-with-default-1}
+property-with-default-2=${property-with-default-2}
+property-with-default-3=${property-with-default-3}
+property-with-default-4=${property-with-default-4}
\ No newline at end of file