summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/pom.xml15
1 files changed, 6 insertions, 9 deletions
diff --git a/sca-java-2.x/trunk/pom.xml b/sca-java-2.x/trunk/pom.xml
index 2c29ab586b..21d37a16a3 100644
--- a/sca-java-2.x/trunk/pom.xml
+++ b/sca-java-2.x/trunk/pom.xml
@@ -407,15 +407,14 @@
</profile>
<!-- START - WHAT ARE THE FOLLOWING PROFILES FOR? -->
+ <!-- ====================================================================== -->
+ <!-- Profile to generate source jars for modules -->
+ <!-- ====================================================================== -->
<profile>
- <id>sources</id>
+ <id>source</id>
<modules>
<module>modules</module>
- <module>samples</module>
- <module>itest</module>
- <module>vtest</module>
- <module>tutorials</module>
</modules>
<properties>
<maven.test.skip>true</maven.test.skip>
@@ -426,14 +425,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.1.1</version>
- <configuration>
- <attach>true</attach>
- </configuration>
<executions>
<execution>
<id>attach-sources</id>
<goals>
- <goal>jar</goal>
+ <goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
@@ -779,6 +775,7 @@
</additionalPlugins>
</requirePluginVersions>
</rules>
+ <fail>false</fail>
</configuration>
</execution>
</executions>