Skip to content

Commit

Permalink
added eclipse generated artefacts to svn:ignore
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/cocoon/trunk/cocoon-archetypes@368740 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Giacomo Pati committed Jan 13, 2006
1 parent 9638e7a commit 287e50e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
4 changes: 2 additions & 2 deletions cocoon-archetype-core/README.txt
Expand Up @@ -7,8 +7,8 @@ it locally first. You can do this by running "mvn install" from this directory.

To try it out, go to your favourite temp directory and do :

mvn archetype:create -DarchetypeGroupId=org.apache.cocoon.maven.archetypes \
-DarchetypeArtifactId=archetype-core -DgroupId=mynewapplication \
mvn archetype:create -DarchetypeGroupId=org.apache.cocoon \
-DarchetypeArtifactId=cocoon-archetype-core -DgroupId=mynewapplication \
-DartifactId=theApplication -DarchetypeVersion=2.2.0-SNAPSHOT

Note: You can replace -DartifactId=theApplication with anything you like, same goes for
Expand Down
23 changes: 0 additions & 23 deletions cocoon-archetype-core/pom.xml
Expand Up @@ -8,27 +8,4 @@
<artifactId>cocoon-archetype-core</artifactId>
<version>1.0-SNAPSHOT</version>
<name>Cocoon Core Archetype</name>
<distributionManagement>
<repository>
<id>apache-maven-snapshot</id>
<name>repository</name>
<url>scpexe://cvs.apache.org/x1/www/cvs.apache.org/maven-snapshot-repository</url>
</repository>
<snapshotRepository>
<id>apache-maven-snapshot</id>
<name>repository</name>
<url>scpexe://cvs.apache.org/x1/www/cvs.apache.org/maven-snapshot-repository</url>
</snapshotRepository>
</distributionManagement>
<!--
<build>
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh-external</artifactId>
<version>1.0-alpha-6-SNAPSHOT</version>
</extension>
</extensions>
</build>
-->
</project>

0 comments on commit 287e50e

Please sign in to comment.