Skip to content

Commit

Permalink
Added release profile
Browse files Browse the repository at this point in the history
  • Loading branch information
ben_beaumont committed Dec 11, 2011
1 parent c7f7066 commit dda6869
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pom.xml
Expand Up @@ -115,4 +115,23 @@
<url>http://mindshapes-nexus01.managed.contegix.com:8081/nexus/content/repositories/snapshots</url> <url>http://mindshapes-nexus01.managed.contegix.com:8081/nexus/content/repositories/snapshots</url>
</snapshotRepository> </snapshotRepository>
</distributionManagement> </distributionManagement>
<profiles>
<profile>
<id>release_full</id>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.flexmojos</groupId>
<artifactId>flexmojos-maven-plugin</artifactId>
<version>${flexmojos.version}</version>
<configuration>
<debug>false</debug>
<omitTraceStatements>true</omitTraceStatements>
<verboseStacktraces>false</verboseStacktraces>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project> </project>

0 comments on commit dda6869

Please sign in to comment.