workaround for maven bug MNG-5522
[taxeditor.git] / eu.etaxonomy.taxeditor.test / pom.xml
index ad86d6ceb99c3427702cce191fee18d614444ae1..6a2d172eb4f5510e122e330bb133be76adbd97ae 100644 (file)
           <httpConnector>
             <port>9090</port>
           </httpConnector>
-          <war>${project.parent.basedir}/eu.etaxonomy.taxeditor.cdmlib/src/main/resources/etc/jetty/cdmlib-remote-webapp.war</war>
+         <!-- 
+           ${project.parent.basedir} can not be used due to the bug
+           https://issues.apache.org/jira/browse/MNG-5522 
+           as long as this is unfixed we replace it by 
+           ${basedir}/../
+         -->
+          <war>${basedir}/../eu.etaxonomy.taxeditor.cdmlib/src/main/resources/etc/jetty/cdmlib-remote-webapp.war</war>
           <daemon>true</daemon>
         </configuration>
         <executions>