Skip to content

Commit

Permalink
do not deploy slf4j-site
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Oct 31, 2019
1 parent d061e25 commit ca93154
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions slf4j-site/pom.xml
Expand Up @@ -31,6 +31,16 @@
</resources>
<plugins>


<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>


<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand All @@ -40,9 +50,6 @@
<include>**/META-INF/*</include>
</includes>

<excludes>
<exclude>x**</exclude>
</excludes>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit ca93154

Please sign in to comment.