Hi, I try to specify output folders for the .classpath file with
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> ... <build> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> <configuration> <outputDirectory>D:\xxx</outputDirectory> </configuration> </plugin> </plugins> </pluginManagement> </build> </project> but I get BUILD FAILED with error: Maven encountered an error while configuring one of the mojos for your build. Mojo: Group-Id: org.apache.maven.plugins Artifact-Id: maven-deploy-plugin Version: 2.3 Mojo: deploy brought in via: packaging: jar How can I solve it? Thanks beforehand, best regards, buters -- View this message in context: http://www.nabble.com/Problem-with-deployment-tp18292824p18292824.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
