ref #7079 Remove filter for update site
authorPatrick Plitzner <p.plitzner@bgbm.org>
Wed, 7 Feb 2018 10:33:37 +0000 (11:33 +0100)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Wed, 7 Feb 2018 10:33:37 +0000 (11:33 +0100)
 - this may resolve some of the problems with the p2 updates because now
all dependencies will be uploaded to the update site

eu.etaxonomy.taxeditor/pom.xml

index 0f7c0cc5055590c36a698545e7c5232d1015dac3..e51d29f831c0c634c23d9eae314a4ed9b94e75dc 100644 (file)
             <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> -->
+              <includes>**/*</includes>
               <serverId>wp5.e-taxonomy.eu</serverId>
             </configuration>
           </plugin>