Project

General

Profile

« Previous | Next » 

Revision b1d99f9a

Added by Patrick Plitzner about 6 years ago

ref #7079 Remove filter for update site

  • this may resolve some of the problems with the p2 updates because now all dependencies will be uploaded to the update site

View differences:

eu.etaxonomy.taxeditor/pom.xml
122 122
            <configuration>
123 123
              <fromDir>${project.build.directory}/repository</fromDir>
124 124
              <url>scpexe://wp5.e-taxonomy.eu/var/www/download/taxeditor/update/${update.dir}</url>
125
              <includes>
126
                binary/*,content.jar,artifacts.jar,**/eu.etaxonomy.*.jar
127
              </includes>
125
<!--               <includes> -->
126
<!--                 binary/*,content.jar,artifacts.jar,**/eu.etaxonomy.*.jar -->
127
<!--               </includes> -->
128 128
              <!-- Comment out the above and uncomment the below to upload 
129 129
                all jars -->
130
              <!-- <includes>**/*</includes> -->
130
              <includes>**/*</includes>
131 131
              <serverId>wp5.e-taxonomy.eu</serverId>
132 132
            </configuration>
133 133
          </plugin>

Also available in: Unified diff