diff options
author | Olivier Lamy <olamy@apache.org> | 2012-03-28 11:16:55 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-03-28 11:16:55 +0000 |
commit | 645afcc2436d5d4b517a7a9b474271658e49bb0f (patch) | |
tree | 4082e52700d6e02a9b868d60e2dbc0baeb62fd90 /archiva-modules/archiva-web/archiva-webapp-js/pom.xml | |
parent | e9e1fd85687ecf6ff39f59051631991a09650538 (diff) | |
download | archiva-645afcc2436d5d4b517a7a9b474271658e49bb0f.tar.gz archiva-645afcc2436d5d4b517a7a9b474271658e49bb0f.zip |
comment minify js/css to prevent build log warning
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1306257 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp-js/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp-js/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-js/pom.xml b/archiva-modules/archiva-web/archiva-webapp-js/pom.xml index 8b091a81d..1ba284c81 100644 --- a/archiva-modules/archiva-web/archiva-webapp-js/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-js/pom.xml @@ -612,7 +612,7 @@ </resources> <plugins> - + <!-- commented as not needed now <plugin> <groupId>com.samaxes.maven</groupId> <artifactId>maven-minify-plugin</artifactId> @@ -684,7 +684,7 @@ </execution> </executions> </plugin> - + --> <plugin> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat6-maven-plugin</artifactId> |