</plugin>
</plugins>
</build>
-
- <profiles>
- <profile>
- <id>dev</id>
- <activation>
- <property>
- <name>dev</name>
- </property>
- </activation>
- <properties>
- <gwt.permutationSuffix>Dev</gwt.permutationSuffix>
- <gwt.extraJvmArgs>-Xmx512m -Xss1024k -Dgwt.draftCompile=true</gwt.extraJvmArgs>
- </properties>
- </profile>
- </profiles>
</project>
\ No newline at end of file
</configuration>
</plugin>
- <plugin>
+ <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<executions>
</plugin>
</plugins>
</build>
-
- <profiles>
- <profile>
- <id>dev</id>
- <activation>
- <property>
- <name>dev</name>
- </property>
- </activation>
- <properties>
- <gwt.permutationSuffix>Dev</gwt.permutationSuffix>
- <gwt.extraJvmArgs>-Xmx512m -Xss1024k -Dgwt.draftCompile=true</gwt.extraJvmArgs>
- </properties>
- </profile>
- </profiles>
</project>
\ No newline at end of file
<profile>
<id>dev</id>
- <activation>
- <property>
- <name>dev</name>
- </property>
- </activation>
+ <properties>
+ <!-- used in sonar-core-gwt and sonar-design-plugin -->
+ <gwt.permutationSuffix>Dev</gwt.permutationSuffix>
+ <gwt.extraJvmArgs>-Xmx512m -Xss1024k -Dgwt.draftCompile=true</gwt.extraJvmArgs>
+ </properties>
</profile>
<profile>
set MAVEN_OPTS=-Xmx768m -XX:MaxPermSize=256m
-mvn clean install -Dtest=false -DfailIfNoTests=false -Ddev
+mvn clean install -Dtest=false -DfailIfNoTests=false -Pdev
echo '-------------------------------------------------'
# it is recommended to use maven 3 for faster builds
-mvn clean install -Dtest=false -DfailIfNoTests=false -Ddev
+mvn clean install -Dtest=false -DfailIfNoTests=false -Pdev