Fix release quirks
This commit is contained in:
parent
a0e34fd93a
commit
0f0fffe488
@ -252,7 +252,7 @@
|
|||||||
<goal>jar</goal>
|
<goal>jar</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<attach>false</attach>
|
<attach>true</attach>
|
||||||
<excludePackageNames>*.internal,*.example</excludePackageNames>
|
<excludePackageNames>*.internal,*.example</excludePackageNames>
|
||||||
<doclet>org.jboss.apiviz.APIviz</doclet>
|
<doclet>org.jboss.apiviz.APIviz</doclet>
|
||||||
<docletPath>${project.basedir}/lib/apiviz-1.3.1-jdk7.jar</docletPath>
|
<docletPath>${project.basedir}/lib/apiviz-1.3.1-jdk7.jar</docletPath>
|
||||||
|
1
pom.xml
1
pom.xml
@ -361,7 +361,6 @@
|
|||||||
<arguments>-P release,sonatype-oss-release,full</arguments>
|
<arguments>-P release,sonatype-oss-release,full</arguments>
|
||||||
<autoVersionSubmodules>true</autoVersionSubmodules>
|
<autoVersionSubmodules>true</autoVersionSubmodules>
|
||||||
<tagNameFormat>netty-@{project.version}</tagNameFormat>
|
<tagNameFormat>netty-@{project.version}</tagNameFormat>
|
||||||
<localCheckout>true</localCheckout>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user