diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-19 19:08:42 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-19 19:08:42 +0000 |
commit | 4ed8d667ec43a64d1d1d32528e18bcc312fd2d5b (patch) | |
tree | 08606d38642f038a2e2c4aceca64caf3847e9b3e /java/sca/modules | |
parent | 56832232738e85e133c9561bb67a991aa5e429f1 (diff) |
More restrictions on the modules included in the build to cut it down to the minimum set
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719030 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules')
-rw-r--r-- | java/sca/modules/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/sca/modules/pom.xml b/java/sca/modules/pom.xml index 2df18054d5..3ac27a4690 100644 --- a/java/sca/modules/pom.xml +++ b/java/sca/modules/pom.xml @@ -74,6 +74,7 @@ <module>policy</module> <module>policy-security</module> <module>policy-xml</module> + <module>policy-xml-ws</module> <module>sca-api</module> <module>workspace</module> <module>workspace-impl</module> @@ -124,7 +125,7 @@ <artifactId>maven-eclipse-plugin</artifactId> <version>2.5.1</version> <configuration> - <skip>true</skip> + <skip>false</skip> </configuration> </plugin> |