jira-importer commented on issue #272:
URL: 
https://github.com/apache/maven-deploy-plugin/issues/272#issuecomment-2771520832

   **[Gabriel 
Dogaru](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=gdogaru)** 
commented
   
   I tried that .
   if i use MavenProjectHelper.attachArtifact() the artifacts do not have 
timestamp or build number. They get deployed the same way as using 
uniqueVersion=false.
   The reason why I didn't use MavenProjectHelper the first time is that for 
some projects I needed to create artifacts with a different name than 
project.name, and there is no MavenProjectHelper.attachArtifact() that would 
accept artifactId as parameter.  
   Also I couldn't (still can't) use AttachedArtifact in 
project.addAttachedArtifact(artifact) as it is used in MavenProjectHelper 
because of some dependency conflict (I use gmaven 1.0-rc-4 and maven 2.2.1) and 
I used instead DefaultArtifact. I guess that is not a problem since they both 
implement Artifact.
   


-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to