fullbuild -> full

This commit is contained in:
Trustin Lee 2012-06-13 18:51:44 +09:00
parent b9c8793755
commit fa63b89fc3
2 changed files with 3 additions and 3 deletions

View File

@ -217,7 +217,7 @@
<profiles>
<profile>
<id>fullbuild</id>
<id>full</id>
<build>
<plugins>
<plugin>

View File

@ -85,7 +85,7 @@
<profiles>
<!-- Build xref, Javadoc, and tarball only on full build -->
<profile>
<id>fullbuild</id>
<id>full</id>
<modules>
<module>tarball</module>
</modules>
@ -347,7 +347,7 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.3.1</version>
<configuration>
<releaseProfiles>release,fullbuild</releaseProfiles>
<releaseProfiles>release,full</releaseProfiles>
</configuration>
</plugin>
</plugins>