[ 
http://jira.codehaus.org/browse/NMAVEN-43?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_95780
 ] 

Shane Isbell commented on NMAVEN-43:
------------------------------------

Okay, I found the problem.  During a deploy the assembly, say 
NMaven.Logging-0.14-20070513.170342-4.dll,  contained the pom.xml file, not the 
.NET assembly. The DeployMojo is using mavenProject.getFile()  (the returned 
value is the pom file) as the artifact to deploy, instead of 
mavenProject.getArtifact().getFile() .

I will check in the change and then we should be good to go.

> Deploy project artifacts 
> -------------------------
>
>                 Key: NMAVEN-43
>                 URL: http://jira.codehaus.org/browse/NMAVEN-43
>             Project: NMaven
>          Issue Type: New Feature
>            Reporter: Shane Isbell
>         Attachments: deploy-patch.txt
>
>
> The user can sync their built artifacts to a Maven repository

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to