Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0-alpha-2
-
Component/s: Artifacts and Repositories, POM
-
Labels:None
-
Number of attachments :
Description
We can create POMs for things like jdbc, jdo, etc, and just not house the JARs at ibiblio.
An attempt to use them, when not present locally, should provide a sensible error message.
We should provide a plugin that will install a file in the local repository, ie:
m2 install:install -Dartifact=/path/to/jdbc-2.0.jar -DgroupId=jdbc -DartifactId=jdbc -Dversion=2.0
(modify the install:install mojo to allow taking these parameters instead of a #project)
as an example, geronimo has an implementation of the java transaction api, so i could use that AS the jdbc jar. any timeline on this?