Skip to content

Commit

Permalink
fixed TODO in generated pom
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/cocoon/trunk/tools/archetypes@472439 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Giacomo Pati committed Nov 8, 2006
1 parent e32bd88 commit 9bcd8fd
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -57,12 +57,11 @@
<maxIdleTime>30000</maxIdleTime>
</connector>
</connectors>
<webAppSourceDirectory>./target/cocoon-webapp</webAppSourceDirectory>
<webAppSourceDirectory>${project.build.directory}/${pom.artifactId}-${pom.version}</webAppSourceDirectory>
<contextPath>/</contextPath>
</configuration>
</plugin>
</plugins>
<finalName>cocoon-webapp</finalName>
</build>
<dependencies>
<dependency>
Expand Down

0 comments on commit 9bcd8fd

Please sign in to comment.