diff options
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp-js/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp-js/pom.xml | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-js/pom.xml b/archiva-modules/archiva-web/archiva-webapp-js/pom.xml index 5a16f22e5..2a1f1aa84 100644 --- a/archiva-modules/archiva-web/archiva-webapp-js/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-js/pom.xml @@ -1014,35 +1014,4 @@ </plugins> </build> - <profiles> - <profile> - <!-- profile for dev an log output in the console --> - <id>dev</id> - <build> - <plugins> - <plugin> - <artifactId>maven-antrun-plugin</artifactId> - <executions> - <execution> - <id>override-log4j-with-console-output</id> - <phase>process-resources</phase> - <goals> - <goal>run</goal> - </goals> - <configuration> - <tasks> - <copy overwrite="true" file="${basedir}/src/test/tomcat/auto-admin-creation.properties" - todir="${project.build.directory}/target/"/> - <copy overwrite="true" file="${basedir}/src/test/tomcat/log4j.xml" - todir="${project.build.outputDirectory}"/> - </tasks> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - </profiles> - </project> |