You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Simon Matic Langford <si...@pcmsgroup.com> on 2005/05/03 13:05:43 UTC

RE: [m2] exception while creating skeleton project

it sounds like having to create a dummy pom and blank jar is a bit of a
hack
isn't there a cleaner way to support jars that can't be released?

simon
 

> -----Original Message-----
> From: Trygve Laugstøl [mailto:trygvis@codehaus.org] 
> Sent: 29 April 2005 13:55
> To: Maven Users List
> Subject: Re: [m2] exception while creating skeleton project
> 
> ...
>
> jdbc.jar is a jar file from Sun that we're 
> not allowed
> to distribute to you will have to make a stub pom[1] for it. For this
> particular jar the classes will be in your JDK if you use a recent JDK
> version (IIRC JDBC 2 was included in 1.2) so you can just make a empty
> file in your repo called: jdbc/jdbc/2.0/jdbc-2.0.jar
> 
> [1]:
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>jdbc</groupId>
>   <artifactId>jdbc</artifactId>
>   <version>2.0</version>
> </project>
> 
> --
> Trygve
> 


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


Re: [m2] exception while creating skeleton project

Posted by Brett Porter <br...@gmail.com>.
On 5/3/05, Simon Matic Langford <si...@pcmsgroup.com> wrote:
> it sounds like having to create a dummy pom and blank jar is a bit of a
> hack
> isn't there a cleaner way to support jars that can't be released?
> 

yes, working on it for alpha-2.

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