mirror of https://github.com/qos-ch/slf4j
- added a the javadoc profile so that javadoc jar are deployed
when 'mvn deploy -P javadocjar' is invoked
This commit is contained in:
parent
bdf993562a
commit
b1d03d5ce8
21
pom.xml
21
pom.xml
|
|
@ -246,6 +246,27 @@
|
|||
</pluginRepositories>
|
||||
|
||||
</profile>
|
||||
|
||||
|
||||
<profile>
|
||||
<id>javadocjar</id>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>attach-javadocs</id>
|
||||
<goals>
|
||||
<goal>jar</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<pluginRepositories>
|
||||
|
|
|
|||
Loading…
Reference in New Issue