jira-importer commented on issue #61:
URL: 
https://github.com/apache/maven-ejb-plugin/issues/61#issuecomment-2879260059

   **[Tim 
Meighen](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=tmeighen)**
 commented
   
   Here's the output from a "mvn deploy":
   
   
[INFO]------------------------------------------------------------------------
   [ERROR]BUILD ERROR
   
[INFO]------------------------------------------------------------------------
   [INFO]Error deploying artifact: 
/Users/tmeighen/classifier-test/target/classes (No such file or directory)
   
[INFO]------------------------------------------------------------------------
   [INFO]Trace
   org.apache.maven.lifecycle.LifecycleExecutionException: Error deploying 
artifact: /Users/tmeighen/classifier-test/target/classes (No such file or 
directory)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:635)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:551)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:530)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:309)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:276)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)
   at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:393)
   at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:182)
   at org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:760)
   at 
org.codehaus.mevenide.netbeans.execute.MavenJavaExecutor.run(MavenJavaExecutor.java:257)
   at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:131)
   Caused by: org.apache.maven.plugin.MojoExecutionException: Error deploying 
artifact: /Users/tmeighen/classifier-test/target/classes (No such file or 
directory)
   at org.apache.maven.plugin.deploy.DeployMojo.execute(DeployMojo.java:174)
   at 
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:417)
   at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:610)
   ... 10 more
   Caused by: org.apache.maven.artifact.deployer.ArtifactDeploymentException: 
Error deploying artifact: /Users/tmeighen/classifier-test/target/classes (No 
such file or directory)
   at 
org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:95)
   at org.apache.maven.plugin.deploy.DeployMojo.execute(DeployMojo.java:162)
   ... 12 more
   Caused by: java.io.FileNotFoundException: 
/Users/tmeighen/classifier-test/target/classes (No such file or directory)
   at java.io.FileInputStream.open(Native Method)
   at java.io.FileInputStream.\<init>(FileInputStream.java:106)
   at org.codehaus.plexus.util.FileUtils.copyFile(FileUtils.java:820)
   at 
org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:74)
   ... 13 more
   
[INFO]------------------------------------------------------------------------
   [INFO]Total time: 2 seconds
   [INFO]Finished at: Mon Feb 19 18:02:21 PST 2007
   [INFO]Final Memory: 63M/115M
   
[INFO]------------------------------------------------------------------------
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to