diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-30 10:55:16 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-30 10:55:16 +0000 |
commit | de1e4108f75212a77ee5d84259556704188d6338 (patch) | |
tree | 805e492d57f25a1e4173db88e760a9debc1bbc26 /sca-java-2.x/trunk/distribution/all | |
parent | bdba9ef63de1e9b99e02505ef4ebe9da1866df0a (diff) |
maven-bundle-plugin 1.0.7-SNAPSHOT now in the repo so enabling extension meta-data generation in the bin distro. Have to allow the build to use plugin snapshots temporarily.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003004 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/distribution/all')
-rw-r--r-- | sca-java-2.x/trunk/distribution/all/pom.xml | 45 |
1 files changed, 37 insertions, 8 deletions
diff --git a/sca-java-2.x/trunk/distribution/all/pom.xml b/sca-java-2.x/trunk/distribution/all/pom.xml index 80e782beca..3a846dc8b2 100644 --- a/sca-java-2.x/trunk/distribution/all/pom.xml +++ b/sca-java-2.x/trunk/distribution/all/pom.xml @@ -38,17 +38,14 @@ <version>2.0-SNAPSHOT</version> </dependency> -<!-- TUSCANY-3674 - uncomment when using maven-bundle-plugin v1.0.7-SNAPSHOT <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-base-runtime</artifactId> <type>pom</type> <version>2.0-SNAPSHOT</version> </dependency> ---> -<!-- shouldn't these be in the all feature --> +<!-- TUSCANY-3674 - shouldn't these be in the all feature --> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-domain-node</artifactId> @@ -196,10 +193,10 @@ <plugin> <groupId>org.apache.tuscany.maven.plugins</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>1.0.6</version> <!-- TUSCANY-3674 - <version>1.0.7-SNAPSHOT</version> + <version>1.0.6</version> --> + <version>1.0.7-SNAPSHOT</version> <executions> <execution> <id>distribution-modules</id> @@ -272,6 +269,7 @@ </execution> <!-- TUSCANY-3674 uncomment when using maven-bundle-plugin v1.0.7-SNAPSHOT +--> <execution> <id>extensions-build</id> <phase>process-resources</phase> @@ -282,7 +280,7 @@ <generateModules>false</generateModules> <useDistributionName>false</useDistributionName> <generateManifestJar>true</generateManifestJar> - <generateConfig>true</generateConfig> + <generateConfig>false</generateConfig> <generateAntScript>true</generateAntScript> <generateTargetPlatform>false</generateTargetPlatform> <generateAggregatedBundle>false</generateAggregatedBundle> @@ -398,12 +396,43 @@ </extension> </extensions> + <artifactManifests> + <artifactManifest> + <groupId>org.apache.ws.commons.axiom</groupId> + <artifactId>axiom-api</artifactId> + <version>1.2.8</version> + <manifestFile>${basedir}/manifests/axiom-api-1.2.8.MF</manifestFile> + </artifactManifest> + <artifactManifest> + <groupId>org.apache.woden</groupId> + <artifactId>woden-impl-dom</artifactId> + <version>1.0M8</version> + <manifestFile>${basedir}/manifests/woden-impl-dom-1.0M8.MF</manifestFile> + </artifactManifest> + <artifactManifest> + <groupId>org.apache.axis2</groupId> + <artifactId>axis2-kernel</artifactId> + <version>1.5.1</version> + <manifestFile>${basedir}/manifests/axis2-kernel-1.5.1.MF</manifestFile> + </artifactManifest> + <artifactManifest> + <groupId>org.apache.axis2</groupId> + <artifactId>axis2-transport-http</artifactId> + <version>1.5.1</version> + <manifestFile>${basedir}/manifests/axis2-transport-http-1.5.1.MF</manifestFile> + </artifactManifest> + <artifactManifest> + <groupId>org.apache.axis2</groupId> + <artifactId>*</artifactId> + <version>*</version> + </artifactManifest> + </artifactManifests> <excludeGroupIds> <groupId>org.apache.tuscany.sca.shades</groupId> </excludeGroupIds> </configuration> </execution> ---> + <!-- <execution> <id>distribution-singlebundle</id> |