commit 5c15e0b0cec6649bf1c49ab2c816e5c46114dfa6
Author:     Cristiano Gavião <cvgav...@gmail.com>
AuthorDate: Sat, 31 May 2014 11:35:27 -0300
Commit:     Cristiano Gavião <cvgav...@gmail.com>
CommitDate: Sat, 31 May 2014 11:35:27 -0300

    fixed source bundle generation

diff --git a/eclipse_launchers/JBehave-OSGi - Equinox Distribution - Build P2 
repository.launch b/eclipse_launchers/JBehave-OSGi - Equinox Distribution - 
Build P2 repository.launch
index 8aff1f4..34b1906 100644
--- a/eclipse_launchers/JBehave-OSGi - Equinox Distribution - Build P2 
repository.launch        
+++ b/eclipse_launchers/JBehave-OSGi - Equinox Distribution - Build P2 
repository.launch        
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <launchConfiguration type="org.eclipse.m2e.Maven2LaunchConfigurationType">
-<booleanAttribute key="M2_DEBUG_OUTPUT" value="true"/>
+<booleanAttribute key="M2_DEBUG_OUTPUT" value="false"/>
 <stringAttribute key="M2_GOALS" value="clean verify 
-Dtycho.debug.resolver=true"/>
 <booleanAttribute key="M2_NON_RECURSIVE" value="false"/>
 <booleanAttribute key="M2_OFFLINE" value="false"/>
diff --git a/pom.xml b/pom.xml
index 0fd5e17..1c87510 100644
--- a/pom.xml
+++ b/pom.xml
@@ -633,6 +633,10 @@
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-compiler-plugin</artifactId>
                        </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-source-plugin</artifactId>
+                       </plugin>
                </plugins>
        </build>
 



Reply via email to