mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-28 19:09:10 +00:00
Fix the source bundles for OSGi for montiro and nosql
This commit is contained in:
parent
d6da533ca5
commit
15a773751b
@ -26,7 +26,7 @@
|
||||
<name>Jetty :: Monitoring</name>
|
||||
<description>Performance monitoring artifact for jetty.</description>
|
||||
<properties>
|
||||
<bundle-symbolic-name>${project.groupId}.jmx</bundle-symbolic-name>
|
||||
<bundle-symbolic-name>${project.groupId}.monitor</bundle-symbolic-name>
|
||||
</properties>
|
||||
<build>
|
||||
<plugins>
|
||||
@ -87,7 +87,7 @@
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>findbugs-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<onlyAnalyze>org.eclipse.jetty.jmx.*</onlyAnalyze>
|
||||
<onlyAnalyze>org.eclipse.jetty.monitor.*</onlyAnalyze>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
@ -10,7 +10,8 @@
|
||||
<properties>
|
||||
<jetty-version>${project.version}</jetty-version>
|
||||
<junit4-version>${junit-version}</junit4-version>
|
||||
<bundle-symbolic-name>${project.groupId}.mongodb</bundle-symbolic-name> </properties>
|
||||
<bundle-symbolic-name>${project.groupId}.nosql</bundle-symbolic-name>
|
||||
</properties>
|
||||
<build>
|
||||
<defaultGoal>install</defaultGoal>
|
||||
<plugins>
|
||||
|
Loading…
x
Reference in New Issue
Block a user