summaryrefslogtreecommitdiffstats
path: root/gerrit-gwtui/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gerrit-gwtui/pom.xml')
-rw-r--r--gerrit-gwtui/pom.xml65
1 files changed, 9 insertions, 56 deletions
diff --git a/gerrit-gwtui/pom.xml b/gerrit-gwtui/pom.xml
index 43b26c1e3f..7d09989647 100644
--- a/gerrit-gwtui/pom.xml
+++ b/gerrit-gwtui/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-parent</artifactId>
- <version>2.6</version>
+ <version>2.7-SNAPSHOT</version>
</parent>
<artifactId>gerrit-gwtui</artifactId>
@@ -40,12 +40,14 @@ limitations under the License.
</dependency>
<dependency>
- <groupId>gwtexpui</groupId>
- <artifactId>gwtexpui</artifactId>
+ <groupId>com.google.gerrit</groupId>
+ <artifactId>gerrit-gwtexpui</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>
- <groupId>gwtexpui</groupId>
- <artifactId>gwtexpui</artifactId>
+ <groupId>com.google.gerrit</groupId>
+ <artifactId>gerrit-gwtexpui</artifactId>
+ <version>${project.version}</version>
<classifier>sources</classifier>
<type>jar</type>
</dependency>
@@ -149,53 +151,6 @@ limitations under the License.
</dependency>
</dependencies>
- <profiles>
- <profile>
- <id>all</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <properties>
- <GerritGwtUI.browserType>com.google.gerrit.GerritGwtUI</GerritGwtUI.browserType>
- <GerritGwtUI.draftCompile>false</GerritGwtUI.draftCompile>
- </properties>
- </profile>
- <profile>
- <id>safari</id>
- <properties>
- <GerritGwtUI.browserType>com.google.gerrit.GerritGwtUIsafari</GerritGwtUI.browserType>
- <GerritGwtUI.draftCompile>true</GerritGwtUI.draftCompile>
- </properties>
- </profile>
- <profile>
- <id>chrome</id>
- <properties>
- <GerritGwtUI.browserType>com.google.gerrit.GerritGwtUIsafari</GerritGwtUI.browserType>
- <GerritGwtUI.draftCompile>true</GerritGwtUI.draftCompile>
- </properties>
- </profile>
- <profile>
- <id>webkit</id>
- <properties>
- <GerritGwtUI.browserType>com.google.gerrit.GerritGwtUIsafari</GerritGwtUI.browserType>
- <GerritGwtUI.draftCompile>true</GerritGwtUI.draftCompile>
- </properties>
- </profile>
- <profile>
- <id>gecko1_8</id>
- <properties>
- <GerritGwtUI.browserType>com.google.gerrit.GerritGwtUIgecko1_8</GerritGwtUI.browserType>
- <GerritGwtUI.draftCompile>true</GerritGwtUI.draftCompile>
- </properties>
- </profile>
- <profile>
- <id>firefox</id>
- <properties>
- <GerritGwtUI.browserType>com.google.gerrit.GerritGwtUIgecko1_8</GerritGwtUI.browserType>
- <GerritGwtUI.draftCompile>true</GerritGwtUI.draftCompile>
- </properties>
- </profile>
- </profiles>
<build>
<plugins>
@@ -206,12 +161,11 @@ limitations under the License.
<execution>
<id>optimized</id>
<configuration>
- <module>${GerritGwtUI.browserType}</module>
+ <module>com.google.gerrit.GerritGwtUI</module>
<extraJvmArgs>-Xmx512m</extraJvmArgs>
<compileReport>${gwt.compileReport}</compileReport>
<disableClassMetadata>true</disableClassMetadata>
<disableCastChecking>true</disableCastChecking>
- <draftCompile>${GerritGwtUI.draftCompile}</draftCompile>
</configuration>
<goals>
<goal>compile</goal>
@@ -221,11 +175,10 @@ limitations under the License.
<id>debug</id>
<configuration>
<style>PRETTY</style>
- <module>${GerritGwtUI.browserType}</module>
+ <module>com.google.gerrit.GerritGwtUI</module>
<extraJvmArgs>-Xmx512m</extraJvmArgs>
<disableClassMetadata>true</disableClassMetadata>
<disableRunAsync>true</disableRunAsync>
- <draftCompile>true</draftCompile>
<webappDirectory>${project.build.directory}/${project.build.finalName}_dbg</webappDirectory>
</configuration>
<goals>