diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-04-12 22:53:35 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-04-12 22:53:35 +0000 |
commit | e739b2414640e62456613ece6bfd909d6de9f8ef (patch) | |
tree | 9a1f1f53c756ffb20312f0917ef6470fc5367936 /devtest/pom.xml | |
parent | 55f5dbb606bf0343edb4b77f02ebb06953c4313b (diff) | |
download | gwtquery-e739b2414640e62456613ece6bfd909d6de9f8ef.tar.gz gwtquery-e739b2414640e62456613ece6bfd909d6de9f8ef.zip |
pom changes in devtest module. Missing assertions and latest tests
Diffstat (limited to 'devtest/pom.xml')
-rw-r--r-- | devtest/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devtest/pom.xml b/devtest/pom.xml index add223c3..934fd945 100644 --- a/devtest/pom.xml +++ b/devtest/pom.xml @@ -33,7 +33,6 @@ </dependency> </dependencies> <build> - <outputDirectory>./target/www/WEB-INF/classes</outputDirectory> <resources> <resource> <directory>${basedir}/src/main/java</directory> @@ -50,7 +49,6 @@ <directory>${basedir}/src/test/resources</directory> </testResource> </testResources> - <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> @@ -84,5 +82,6 @@ </configuration> </plugin> </plugins> + <outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/classes</outputDirectory> </build> </project> |