summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/distribution/features/core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-equinox/distribution/features/core/pom.xml')
-rw-r--r--branches/sca-equinox/distribution/features/core/pom.xml24
1 files changed, 19 insertions, 5 deletions
diff --git a/branches/sca-equinox/distribution/features/core/pom.xml b/branches/sca-equinox/distribution/features/core/pom.xml
index a6d0af7bee..b5a2d7d8af 100644
--- a/branches/sca-equinox/distribution/features/core/pom.xml
+++ b/branches/sca-equinox/distribution/features/core/pom.xml
@@ -245,15 +245,29 @@
<profiles>
- <!-- Default build profile that can be used to build the distro packages -->
+ <!-- Build profile that can be used to build the distro packages -->
<profile>
- <id>default</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
+ <id>distribution</id>
<build>
<plugins>
<plugin>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-maven-bundle-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>distribution-modules</id>
+ <phase>generate-resources</phase>
+ <goals>
+ <goal>generate-modules</goal>
+ </goals>
+ <configuration>
+ <targetDirectory>target/modules</targetDirectory>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<executions>