[slf4j-dev] svn commit: r732 - slf4j/trunk
jconlon at slf4j.org
jconlon at slf4j.org
Fri Feb 16 22:03:05 CET 2007
Author: jconlon
Date: Fri Feb 16 22:03:05 2007
New Revision: 732
Modified:
slf4j/trunk/pom.xml
Log:
Added profile for building and testing OSGi projects.
Modified: slf4j/trunk/pom.xml
==============================================================================
--- slf4j/trunk/pom.xml (original)
+++ slf4j/trunk/pom.xml Fri Feb 16 22:03:05 2007
@@ -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>
More information about the slf4j-dev
mailing list