Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2010-04-27 19:28:44 +0000
committerJoakim Erdfelt2010-04-27 19:28:44 +0000
commit5dc89af42e499d777a59e07434c8b44584d364c1 (patch)
tree706ace2aea9a74d1dbb0ed3d28687edd62892b63 /jetty-osgi/jetty-osgi-boot/pom.xml
parent51f4e49ef70883da5d4e71c965ed057858df45d0 (diff)
downloadorg.eclipse.jetty.project-5dc89af42e499d777a59e07434c8b44584d364c1.tar.gz
org.eclipse.jetty.project-5dc89af42e499d777a59e07434c8b44584d364c1.tar.xz
org.eclipse.jetty.project-5dc89af42e499d777a59e07434c8b44584d364c1.zip
Moving -source.jar generation to 'osgi' profile, leaving default build without -source.jar
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1615 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'jetty-osgi/jetty-osgi-boot/pom.xml')
-rw-r--r--jetty-osgi/jetty-osgi-boot/pom.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml
index fdd058fe3b..a5bbdacf34 100644
--- a/jetty-osgi/jetty-osgi-boot/pom.xml
+++ b/jetty-osgi/jetty-osgi-boot/pom.xml
@@ -78,13 +78,7 @@
</archive>
</configuration>
</plugin>
- <!-- always include the sources to be able to prepare the eclipse-jetty-SDK feature
- with a snapshot. -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- </plugin>
</plugins>
</build>
-</project> \ No newline at end of file
+</project>

Back to the top