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

   **[Alexander 
Kriegisch](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kriegaex)**
 commented
   
   Sorry for digging up this issue. I have this in my parent POM's 
`pluginManagement` section:
   
   ```
                   <plugin>
                       <groupId>org.apache.maven.plugins</groupId>
                       <artifactId>maven-install-plugin</artifactId>
                       <version>2.5.2</version>
                       <configuration>
                           <installAtEnd>true</installAtEnd>
                       </configuration>
                   </plugin>
   
                   <plugin>
                       <groupId>org.apache.maven.plugins</groupId>
                       <artifactId>maven-deploy-plugin</artifactId>
                       <version>2.8.2</version>
                       <configuration>
                           <deployAtEnd>true</deployAtEnd>
                       </configuration>
                   </plugin>
   ```
   
   I see artifacts being uploaded to the repository manager per module anyway. 
Am I doing anything wrong?
   


-- 
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