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-jaspi/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-jaspi/pom.xml')
-rw-r--r--jetty-jaspi/pom.xml11
1 files changed, 3 insertions, 8 deletions
diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml
index 9566f38811..2af428bd4e 100644
--- a/jetty-jaspi/pom.xml
+++ b/jetty-jaspi/pom.xml
@@ -8,6 +8,9 @@
<artifactId>jetty-jaspi</artifactId>
<name>Jetty :: JASPI Security</name>
<description>Jetty security infrastructure</description>
+ <properties>
+ <bundle-symbolic-name>${project.groupId}.jaspi</bundle-symbolic-name>
+ </properties>
<build>
<plugins>
<plugin>
@@ -39,14 +42,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-sources</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
</plugin>
</plugins>
</build>

Back to the top