Changeset 30200
- Timestamp:
- 02/15/08 11:41:35 (9 months ago)
- Files:
-
- nuxeo-ep/branches/5.1/pom.xml (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nuxeo-ep/branches/5.1/pom.xml
r30193 r30200 517 517 <extensions>true</extensions> 518 518 </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 --> 519 538 <plugin> 520 539 <groupId>org.apache.maven.plugins</groupId> … … 548 567 <manifestEntries> 549 568 <Bundle-Version>${eclipseVersion}</Bundle-Version> 569 <Bundle-ManifestVersion>2</Bundle-ManifestVersion> 550 570 </manifestEntries> 551 571 </archive> … … 561 581 <manifestEntries> 562 582 <Bundle-Version>${eclipseVersion}</Bundle-Version> 583 <Bundle-ManifestVersion>2</Bundle-ManifestVersion> 563 584 </manifestEntries> 564 585 </archive> … … 578 599 <groupId>org.apache.maven.plugins</groupId> 579 600 <artifactId>maven-nuxeo-plugin</artifactId> 580 <version>1.0. 4-SNAPSHOT</version>601 <version>1.0.3</version> 581 602 </plugin> 582 603 <plugin> … … 614 635 </plugins> 615 636 </pluginManagement> 637 <!--finalName>${pom.artifactId}-${pom.version}-r${buildNumber}</finalName--> 616 638 </build> 617 639 … … 801 823 </reporting> 802 824 </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> 803 849 <!-- activating the build number generation in plugins manifest for apogee --> 804 850 <profile> … … 832 878 <groupId>org.apache.maven.plugins</groupId> 833 879 <artifactId>maven-ejb-plugin</artifactId> 880 <version>2.1</version> 834 881 <configuration> 835 882 <ejbVersion>3.0</ejbVersion> … … 846 893 <groupId>org.apache.maven.plugins</groupId> 847 894 <artifactId>maven-jar-plugin</artifactId> 895 <version>2.2</version> 848 896 <configuration> 849 897 <archive>
