mirror of https://github.com/apache/archiva.git
fix formatting
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@750786 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c855a42ef5
commit
1bd4a0386e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue