slf4j/slf4j-pom_xml.patch
Alexander Kurtakov 4cfd5140dc Update to new upstream version.
Various guidelines fixes.
2011-01-25 23:05:39 +02:00

40 lines
975 B
Diff

--- pom.xml.sav 2010-07-05 23:24:16.000000000 +0300
+++ pom.xml 2011-01-25 22:34:34.761335409 +0200
@@ -44,7 +44,7 @@
<module>jcl-over-slf4j</module>
<module>log4j-over-slf4j</module>
<module>jul-to-slf4j</module>
- <module>integration</module>
+ <!--module>integration</module-->
<module>slf4j-site</module>
<module>slf4j-migrator</module>
</modules>
@@ -121,9 +121,9 @@
</excludes>
</configuration>
</plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
+<!--
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
@@ -134,6 +134,7 @@
</execution>
</executions>
</plugin>
+-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -349,4 +350,4 @@
</distributionManagement>
-</project>
\ No newline at end of file
+</project>