You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/04/21 03:59:01 UTC

[jira] Created: (MNG-338) provide some hand holding for dependencies on non-distributable jars

provide some hand holding for dependencies on non-distributable jars
--------------------------------------------------------------------

         Key: MNG-338
         URL: http://jira.codehaus.org/browse/MNG-338
     Project: m2
        Type: New Feature
  Components: maven-plugins, maven-model, maven-artifact  
    Reporter: Brett Porter
     Fix For: 2.0-alpha-2


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)



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-338) provide some hand holding for dependencies on non-distributable jars

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-338?page=all ]
     
Brett Porter closed MNG-338:
----------------------------

    Resolution: Fixed

helpful error message now given. To setup a POM for a non-distributable JAR, see jdbc/jdbc/2.0/jdbc-2.0.pom as an example.

> provide some hand holding for dependencies on non-distributable jars
> --------------------------------------------------------------------
>
>          Key: MNG-338
>          URL: http://jira.codehaus.org/browse/MNG-338
>      Project: m2
>         Type: New Feature
>   Components: maven-artifact, maven-plugins, maven-model
>     Reporter: Brett Porter
>      Fix For: 2.0-alpha-2

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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-338) provide some hand holding for dependencies on non-distributable jars

Posted by "Ryan Sonnek (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-338?page=comments#action_38361 ]
     
Ryan Sonnek commented on MNG-338:
---------------------------------

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?

> provide some hand holding for dependencies on non-distributable jars
> --------------------------------------------------------------------
>
>          Key: MNG-338
>          URL: http://jira.codehaus.org/browse/MNG-338
>      Project: m2
>         Type: New Feature
>   Components: maven-artifact, maven-plugins, maven-model
>     Reporter: Brett Porter
>      Fix For: 2.0-alpha-2

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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org