Project

General

Profile

« Previous | Next » 

Revision 6767f1b1

Added by jenkins about 5 years ago

jenkins bumping cdm-webapp.version to 5.5.2

View differences:

pom.xml
64 64
      <roles>
65 65
        <role>Developer</role>
66 66
      </roles>
67
      <url />
67
      <url/>
68 68
    </developer>
69 69
  </developers>
70 70
  <!-- contributors> <contributor> <name>Test-Contributor</name> </contributor> 
......
273 273
          <!-- Only create the build number if there are no local modifications -->
274 274
          <doUpdate>false</doUpdate>
275 275
        
276
        
276 277
          <!-- automatically update the local svn copy -->
277 278
        </configuration>
278 279
      </plugin>
......
362 363
            cdm-webapp-*.war
363 364
          </packagingExcludes>
364 365
        
366
        
365 367
          <!-- <overlays> <overlay> <groupId>eu.etaxonomy</groupId> <artifactId>cdm-webapp</artifactId> 
366 368
            <!- - version is set in dependency - -> <skip>true</skip> <!- - Do Not overlay 
367 369
            - -> </overlay> </overlays> -->
......
414 416
            <phase>install</phase>
415 417
            <configuration>
416 418
              <tasks>
417
                <property name="project.fullversionstring" value="${project.version}" />
418
                <property name="project.version" value="${project.version}" />
419
                <ant antfile="${project.basedir}/src/main/installer/linux/build-deb.xml" dir="${project.basedir}" />
419
                <property name="project.fullversionstring" value="${project.version}"/>
420
                <property name="project.version" value="${project.version}"/>
421
                <ant antfile="${project.basedir}/src/main/installer/linux/build-deb.xml" dir="${project.basedir}"/>
420 422
              </tasks>
421 423
            </configuration>
422 424
            <goals>
......
471 473
                <assembly>
472 474
                  <descriptorRef>artifact</descriptorRef>
473 475
                
476
                
474 477
                    <!--
475 478
                         1. The maven plugin copies the jar to the artifacts assembly location at:
476 479
                            ./target/docker/eu.etaxonomy/cdm-server/${project.version}/build/maven/cdm-server-${project.version}.jar
......
482 485
                  </assembly>
483 486
              </build>
484 487
            
488
            
485 489
               
486 490
               <!-- TODO the run configuration if needed, see src/main/docker/production/README for examples -->
487 491
               <!-- 
......
495 499
        <!-- Connect start/stop to pre- and
496 500
             post-integration-test phase, respectively if you want to start
497 501
             your docker containers during integration tests -->
498
        <executions />
502
        <executions/>
499 503
      </plugin>
500 504
      <!-- ====== DEPLOY ====== -->
501 505
      <plugin>

Also available in: Unified diff