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> <profiles>
<profile> <profile>
<id>fullbuild</id> <id>full</id>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>

View File

@ -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>