fullbuild -> full
This commit is contained in:
parent
b9c8793755
commit
fa63b89fc3
@ -217,7 +217,7 @@
|
|||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
<profile>
|
<profile>
|
||||||
<id>fullbuild</id>
|
<id>full</id>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
4
pom.xml
4
pom.xml
@ -85,7 +85,7 @@
|
|||||||
<profiles>
|
<profiles>
|
||||||
<!-- Build xref, Javadoc, and tarball only on full build -->
|
<!-- Build xref, Javadoc, and tarball only on full build -->
|
||||||
<profile>
|
<profile>
|
||||||
<id>fullbuild</id>
|
<id>full</id>
|
||||||
<modules>
|
<modules>
|
||||||
<module>tarball</module>
|
<module>tarball</module>
|
||||||
</modules>
|
</modules>
|
||||||
@ -347,7 +347,7 @@
|
|||||||
<artifactId>maven-release-plugin</artifactId>
|
<artifactId>maven-release-plugin</artifactId>
|
||||||
<version>2.3.1</version>
|
<version>2.3.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<releaseProfiles>release,fullbuild</releaseProfiles>
|
<releaseProfiles>release,full</releaseProfiles>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
Loading…
Reference in New Issue
Block a user