mirror of https://github.com/qos-ch/slf4j
Added slf4j-log4j12 module
This commit is contained in:
parent
807286d132
commit
d8ca475c1f
18
pom.xml
18
pom.xml
|
|
@ -24,6 +24,7 @@
|
|||
<module>slf4j-simple</module>
|
||||
<module>slf4j-nop</module>
|
||||
<module>slf4j-jdk14</module>
|
||||
<module>slf4j-log4j12</module>
|
||||
<module>slf4j-jcl</module>
|
||||
<module>jcl104-over-slf4j</module>
|
||||
</modules>
|
||||
|
|
@ -64,22 +65,7 @@
|
|||
<exclude>**/PackageTest.java</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>bundle-test-jar</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>jar</goal>
|
||||
<goal>test-jar</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue