]> source.dussan.org Git - archiva.git/commitdiff
ensure we create parent path if not here
authorOlivier Lamy <olamy@apache.org>
Mon, 16 Jan 2012 11:22:20 +0000 (11:22 +0000)
committerOlivier Lamy <olamy@apache.org>
Mon, 16 Jan 2012 11:22:20 +0000 (11:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1231933 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-js/pom.xml

index 1595bd8ce35d7d61c42bc593002d129a8e31f0f2..31197f5e8ccd1cf477f4d4e63738b9aaccb9d098 100644 (file)
         </dependencies>
       </plugin>
 
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>generate-resources</phase>
+            <goals>
+              <goal>run</goal>
+            </goals>
+            <configuration>
+              <tasks>
+                <mkdir dir="${project.build.directory}/appserver-base/conf"/>
+              </tasks>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+
     </plugins>
   </build>