I have two functioning Maven builds. When using Maven to install a copy of Apache Synapse I get the following message amongst several regarding build failure:
[Error] Failed to execute goal org.apache.maven .plugins:maven-remote-resources-plugin:1.1:process (default) on project Apache-Synapse: Error finding remote resources manifests: c:\ASF\synapse-2.1.0-src\target\maven-shared-archive-resources\META-INF\Notice (The system cannot find the path specified) This path is missing in the directory structure. The reactor summary shows failure from initialisation before any modules are installed. Installing using the command :\mvn –X clean install yields the same with the possibility of a MojoExecutionException. This is over a windows 7 install and I intend to install the same over Ubuntu after resolving these issues. I checked the POM installed in the Maven directory and it is missing, re-installed Maven and discovered the same. The POM according to the wiki is failing to update dependencies. Is there anything I can do? I also have a windows version of Subversion installed and Axis 2 with Tomcat in Eclipse. Martin
