Author: ssmiweve
Date: 2008-04-03 23:50:01 +0200 (Thu, 03 Apr 2008)
New Revision: 6350
Modified:
branches/2.17/mojo/src/main/java/no/sesat/mojo/DeploySesatWarfilesMojo.java
Log:
name it from the war (since there could be multiple war projects within any one
pom project)
Modified:
branches/2.17/mojo/src/main/java/no/sesat/mojo/DeploySesatWarfilesMojo.java
===================================================================
--- branches/2.17/mojo/src/main/java/no/sesat/mojo/DeploySesatWarfilesMojo.java
2008-04-03 21:48:29 UTC (rev 6349)
+++ branches/2.17/mojo/src/main/java/no/sesat/mojo/DeploySesatWarfilesMojo.java
2008-04-03 21:50:01 UTC (rev 6350)
@@ -524,7 +524,7 @@
final TagScmResult result = scmManager.tag(
scmManager.makeScmRepository(project.getScm().getDeveloperConnection()),
new ScmFileSet(pomProject.getBasedir()), // TODO server-side
copy
- profile + "-deployments/" + date + "-" +
pomProject.getArtifactId(),
+ profile + "-deployments/" + date + "-" +
project.getArtifactId(),
"sesat " + profile + " deployment");
if(!result.isSuccess()){
_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits