eu.etaxonomy.taxeditor/pom.xml : reverted addition of nebula widget jars
[taxeditor.git] / eu.etaxonomy.taxeditor / pom.xml
index 6dcd0b14c1f8b0472d35eb6576110b3877f91dd8..d767dac9d594704c6ad67304616fad55dc311a17 100644 (file)
@@ -95,6 +95,8 @@
     </profile>
     <profile>
       <!-- Upload the repo to the server -->
+      <!-- ATTENTION : This does not work well currently since the file permissions
+           are set with read permission set to off after upload -->
       <id>uploadRepo</id>
       <build>
         <plugins>
             <configuration>
               <fromDir>${project.build.directory}/repository</fromDir>
               <url>scpexe://wp5.e-taxonomy.eu/var/www/download/taxeditor/update/${update.dir}</url>
-              <includes>binary/*,content.jar,artifacts.jar,**/eu.etaxonomy.*.jar</includes>
+              <includes>
+                binary/*,content.jar,artifacts.jar,**/eu.etaxonomy.*.jar
+              </includes>
               <!-- Comment out the above and uncomment the below to upload 
                 all jars -->
               <!-- <includes>**/*</includes> -->