Guys, I will try to implement the source plugin today. I am not really sure where the JavaSourceArtifactHandler should be placed. The use cases I have in mind are the following:
# Deploy java source code to the repository (easy, from the source plugin using an artifact handler) # Install java source code to the local repo (easy, same as above) # Download java source code from the repo from the IDE plugins (eclipse, mevenide, idea) in the aim to integrate the source of dependent module(s) in the project configuration. We need a way here to NOT fail if the source is not found For that one, I am not sure it's fully clear. I am not fan of having the IDE plugin depend on the source plugin to download stuff from the repo. Also, need to handle the SNAPSHOT issue. Idea anyone? Thanks, Stéphane --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
