Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugues Malphettes2010-03-30 18:45:31 +0000
committerHugues Malphettes2010-03-30 18:45:31 +0000
commit956c5ea73caf420f823c113748adff166fe1b93c (patch)
treeded1964173b954c9ee731e3cc91e8058815de0ac /jetty-osgi/jetty-osgi-boot/pom.xml
parenta1742aa8a6cb10fa5a434b0f4cd4e93635994b12 (diff)
downloadorg.eclipse.jetty.project-956c5ea73caf420f823c113748adff166fe1b93c.tar.gz
org.eclipse.jetty.project-956c5ea73caf420f823c113748adff166fe1b93c.tar.xz
org.eclipse.jetty.project-956c5ea73caf420f823c113748adff166fe1b93c.zip
bug #290658 generate an Eclipse-SourceBundle
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1426 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'jetty-osgi/jetty-osgi-boot/pom.xml')
-rw-r--r--jetty-osgi/jetty-osgi-boot/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/jetty-osgi/jetty-osgi-boot/pom.xml b/jetty-osgi/jetty-osgi-boot/pom.xml
index 4fd2651c1d..cb2b72e13c 100644
--- a/jetty-osgi/jetty-osgi-boot/pom.xml
+++ b/jetty-osgi/jetty-osgi-boot/pom.xml
@@ -10,6 +10,9 @@
<artifactId>jetty-osgi-boot</artifactId>
<name>Jetty :: OSGi :: Boot</name>
<description>Jetty OSGi Boot bundle</description>
+ <properties>
+ <bundle-symbolic-name>${project.groupId}.boot</bundle-symbolic-name>
+ </properties>
<dependencies>
<dependency>
<groupId>org.eclipse.jetty</groupId>
@@ -75,6 +78,12 @@
</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>

Back to the top