Changeset 5124
- Timestamp:
- 03/17/10 17:28:34 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-0.14.x/pustefix-plugins/pustefix-webapp-plugin/src/main/java/org/pustefixframework/maven/plugins/PustefixWebappMojo.java
r5119 r5124 125 125 public void execute() throws MojoExecutionException { 126 126 File basedir; 127 127 128 // allow plugin declaration in parent pom 129 if ("pom".equals(project.getPackaging())) { 130 return; 131 } 132 128 133 if (makemode == null || makemode.length() == 0) { 129 134 makemode = "test";
