Changeset 30200

Show
Ignore:
Timestamp:
02/15/08 11:41:35 (9 months ago)
Author:
jcarsique
Message:

added local-deployment profile to speed up releasing process; added missing plugins versions; set maven-nuxeo-plugin to 1.0.3

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nuxeo-ep/branches/5.1/pom.xml

    r30193 r30200  
    517517        <extensions>true</extensions> 
    518518      </plugin> 
     519      <!-- 
     520      <plugin> 
     521        <groupId>org.codehaus.mojo</groupId> 
     522        <artifactId>buildnumber-maven-plugin</artifactId> 
     523        <version>1.0-beta-1</version> 
     524        <executions> 
     525          <execution> 
     526            <phase>validate</phase> 
     527            <goals> 
     528              <goal>create</goal> 
     529            </goals> 
     530          </execution> 
     531        </executions> 
     532        <configuration> 
     533          <doCheck>false</doCheck> 
     534          <doUpdate>false</doUpdate> 
     535        </configuration> 
     536      </plugin> 
     537       --> 
    519538      <plugin> 
    520539        <groupId>org.apache.maven.plugins</groupId> 
     
    548567              <manifestEntries> 
    549568                <Bundle-Version>${eclipseVersion}</Bundle-Version> 
     569                <Bundle-ManifestVersion>2</Bundle-ManifestVersion> 
    550570              </manifestEntries> 
    551571            </archive> 
     
    561581              <manifestEntries> 
    562582                <Bundle-Version>${eclipseVersion}</Bundle-Version> 
     583                <Bundle-ManifestVersion>2</Bundle-ManifestVersion> 
    563584              </manifestEntries> 
    564585            </archive> 
     
    578599          <groupId>org.apache.maven.plugins</groupId> 
    579600          <artifactId>maven-nuxeo-plugin</artifactId> 
    580           <version>1.0.4-SNAPSHOT</version> 
     601          <version>1.0.3</version> 
    581602        </plugin> 
    582603        <plugin> 
     
    614635      </plugins> 
    615636    </pluginManagement> 
     637    <!--finalName>${pom.artifactId}-${pom.version}-r${buildNumber}</finalName--> 
    616638  </build> 
    617639 
     
    801823      </reporting> 
    802824    </profile> 
     825    <profile> 
     826      <id>local-deployment</id> 
     827      <activation> 
     828        <activeByDefault>false</activeByDefault> 
     829      </activation> 
     830      <distributionManagement> 
     831        <site> 
     832          <id>maven_website</id> 
     833          <url>scpexe://gironde.nuxeo.com/home/mavenweb/site/</url> 
     834        </site> 
     835        <repository> 
     836          <id>nuxeo_release</id> 
     837          <url> 
     838            file:///home/archiva/repositories/nuxeo_release 
     839          </url> 
     840        </repository> 
     841        <snapshotRepository> 
     842          <id>nuxeo_snapshot</id> 
     843          <url> 
     844            file:///home/archiva/repositories/nuxeo_snapshot 
     845          </url> 
     846        </snapshotRepository> 
     847      </distributionManagement> 
     848    </profile> 
    803849    <!-- activating the build number generation in plugins manifest for apogee --> 
    804850    <profile> 
     
    832878              <groupId>org.apache.maven.plugins</groupId> 
    833879              <artifactId>maven-ejb-plugin</artifactId> 
     880              <version>2.1</version> 
    834881              <configuration> 
    835882                <ejbVersion>3.0</ejbVersion> 
     
    846893              <groupId>org.apache.maven.plugins</groupId> 
    847894              <artifactId>maven-jar-plugin</artifactId> 
     895              <version>2.2</version> 
    848896              <configuration> 
    849897                <archive>