mirror of
https://github.com/apache/archiva.git
synced 2025-03-04 15:39:28 +00:00
add stub configuration file to prevent configuration is null errors
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@513133 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bbfe3fd52f
commit
8c9fc7a004
@ -140,6 +140,25 @@
|
||||
<finalName>archiva</finalName>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>config</id>
|
||||
<phase>process-resources</phase>
|
||||
<configuration>
|
||||
<tasks>
|
||||
<copy todir="target/plexus-archiva-runtime/conf">
|
||||
<fileset dir="src/main/appserver/conf" />
|
||||
</copy>
|
||||
</tasks>
|
||||
</configuration>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user