Top "Maven-source-plugin" questions

Where can I obtain the maven-source-plugin?

I checked out an open-source project from SourceForge's SVN source control using the Eclipse Maven plugin. After it checks out, …

eclipse maven m2eclipse maven-source-plugin
How to deploy the sources file with the jar using deploy:deploy-file

I have the following plugins for creating a -sources.jar and deploying a specific named jar to a repository. <…

java maven deployment jar maven-source-plugin
How to continuously build and deploy feature branches with Maven?

My team is using feature branches to implement new features and continuously deploys snapshot builds into a remote repo for …

maven continuous-integration maven-javadoc-plugin feature-branch maven-source-plugin
Maven deploy + source classifiers

I'm trying to deploy a Maven artifact with a classifier. Since I need both the sources and the JAR (I'm …

maven maven-source-plugin