Skip to content

Commit

Permalink
Deployer plugin will run automatically
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/cocoon/trunk/tools/archetypes@453534 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
cziegeler committed Oct 6, 2006
1 parent c7482c4 commit 64d0757
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -37,6 +37,14 @@
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon-deployer-plugin</artifactId>
<version>1.0.0-M2-SNAPSHOT</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>deploy</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.mortbay.jetty</groupId>
Expand Down

0 comments on commit 64d0757

Please sign in to comment.