Ticket #51 (new idea)

Opened 1 year ago

Last modified 1 year ago

Maven snapshot dependencies during release

Reported by: mark.kofman Assigned to: anton.litvinenko
Priority: MED-LOW Milestone: 3.3
Component: bio Keywords:
Cc:

Description

How to do that?

Change History

09/24/07 04:02:42 changed by anton.litvinenko

Resolved:

  • maven doesn't support snapshot dependencies during release. --- this is OK! we should use snapshot dependencies only when something new is there
  • SK releases can be often -> add third digit and increment it

Not resolved

  • automatically put detective-api dependecy to public maven repo -> otherwise contributors may have not compiling code
  • now !ENV settings are out of repository, thus release doesn't bootstrap them as it uses clean checkout copy for making distributions

09/24/07 04:22:10 changed by anton.litvinenko

http://maven.apache.org/plugins/maven-remote-resources-plugin/usage.html --> looks like a solution to problem with !ENV settings

09/24/07 05:38:50 changed by anton.litvinenko

http://maven.apache.org/plugins/maven-dependency-plugin/examples/copying-artifacts.html --> looks like a possible solution to automatically copy detective-api to public maven repo after every release/install