fix formatting

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@750786 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2009-03-06 06:48:58 +00:00
parent c855a42ef5
commit 1bd4a0386e
1 changed files with 40 additions and 37 deletions

View File

@ -152,7 +152,8 @@
</execution>
</executions>
</plugin>
<!-- stupid hack because jpox/modello is not supported anymore and it has bugs -->
<!-- stupid hack because jpox/modello is not supported anymore and it has bugs
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
@ -164,7 +165,9 @@
</goals>
<configuration>
<tasks>
<copy file="${project.build.directory}/generated-sources/modello/org/apache/maven/archiva/model/package.jdo" todir="${project.build.outputDirectory}/org/apache/maven/archiva/model/" />
<copy
file="${project.build.directory}/generated-sources/modello/org/apache/maven/archiva/model/package.jdo"
todir="${project.build.outputDirectory}/org/apache/maven/archiva/model/" />
</tasks>
</configuration>
</execution>