diff options
author | Joakim Erdfelt <joakime@apache.org> | 2007-04-25 18:07:06 +0000 |
---|---|---|
committer | Joakim Erdfelt <joakime@apache.org> | 2007-04-25 18:07:06 +0000 |
commit | 72a1d94d244d073d6554b535e2c3adf8393f9935 (patch) | |
tree | eeaa747a4bffd6b7dc39fc9c9ac5352f2cace963 /archiva-scheduled/pom.xml | |
parent | f34cf2e6c06f52008d7b7c0ec1788563854a22dd (diff) | |
download | archiva-72a1d94d244d073d6554b535e2c3adf8393f9935.tar.gz archiva-72a1d94d244d073d6554b535e2c3adf8393f9935.zip |
* Ensure configuration file exists.
* Ensure configuration is synched with database.
* Fix application.xml for new Configuration load-on-starts.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@532431 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-scheduled/pom.xml')
-rw-r--r-- | archiva-scheduled/pom.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/archiva-scheduled/pom.xml b/archiva-scheduled/pom.xml index 63e68f4dc..50fa26016 100644 --- a/archiva-scheduled/pom.xml +++ b/archiva-scheduled/pom.xml @@ -115,20 +115,6 @@ <plugin> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-maven-plugin</artifactId> - <executions> - <execution> - <id>merge</id> - <goals> - <goal>merge-descriptors</goal> - </goals> - <configuration> - <descriptors> - <descriptor>${basedir}/src/main/resources/META-INF/plexus/components.xml</descriptor> - <descriptor>${project.build.directory}/generated-resources/plexus/META-INF/plexus/components.xml</descriptor> - </descriptors> - </configuration> - </execution> - </executions> </plugin> </plugins> </build> |