You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2015/06/25 10:07:02 UTC

[12/14] wicket git commit: WICKET-5926 Arquillian Support with Container ServletContext in BaseWicketTester/WicketTester.

WICKET-5926 Arquillian Support with Container ServletContext in BaseWicketTester/WicketTester.

Fix Maven warning


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/a458b494
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/a458b494
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/a458b494

Branch: refs/heads/master
Commit: a458b494f5869846def6c191175100aff8794bc5
Parents: e4ee5b7
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Thu Jun 25 10:40:53 2015 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Thu Jun 25 10:40:53 2015 +0300

----------------------------------------------------------------------
 testing/wicket-arquillian/pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/a458b494/testing/wicket-arquillian/pom.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-arquillian/pom.xml b/testing/wicket-arquillian/pom.xml
index 31afa72..6630542 100644
--- a/testing/wicket-arquillian/pom.xml
+++ b/testing/wicket-arquillian/pom.xml
@@ -267,9 +267,7 @@
 				<artifactId>wildfly-maven-plugin</artifactId>
 				<version>${version.wildfly.maven.plugin}</version>
 				<configuration>
-					<fileNames>
-						<fileName>target/${project.build.finalName}.war</fileName>
-					</fileNames>
+					<filename>target/${project.build.finalName}.war</filename>
 				</configuration>
 			</plugin>
 			<plugin>