mirror of https://github.com/qos-ch/slf4j
Added profile for building and testing OSGi projects.
This commit is contained in:
parent
acf7d1509f
commit
426da1d776
8
pom.xml
8
pom.xml
|
|
@ -125,6 +125,14 @@
|
|||
<maven.test.skip>true</maven.test.skip>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>osgi</id>
|
||||
<modules>
|
||||
<module>osgi-over-slf4j</module>
|
||||
<module>slf4j-osgi-test-bundle</module>
|
||||
<module>slf4j-osgi-integration-test</module>
|
||||
</modules>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<pluginRepositories>
|
||||
|
|
|
|||
Loading…
Reference in New Issue