You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by James Carman <ja...@carmanconsulting.com> on 2005/08/25 04:41:50 UTC

[proxy] Publishing to Maven@Ibiblio?

How do we set up a project to publish its jar files to the Maven repository
at Ibiblio?  I realize that commons-proxy is only in the sandbox, but other
sandbox projects (i18n for example) have their jar files at Ibiblio.  The
Syringe project I'm working on at java.net has a build system that downloads
all of its dependencies from Ibiblio and I'd like to start migrating Syringe
to use commons-proxy.  Would the "mavenization" of commons-proxy cause its
jar file to be published?


Re: [proxy] Publishing to Maven@Ibiblio?

Posted by Brett Porter <br...@apache.org>.
It is now only something to be done on a release that has been voted for
(so probably not from the sandbox).

http://jakarta.apache.org/commons/releases/release.html
http://wiki.apache.org/asfrepository/BrettPorter

You can publish nightlies to http://cvs.apache.org/repository using the
instructions given, though that is not propogated to ibiblio.

The fact that some sandbox components are at ibiblio is not ideal, and
this should only be the case to maintain historical builds.

- Brett

James Carman wrote:

>How do we set up a project to publish its jar files to the Maven repository
>at Ibiblio?  I realize that commons-proxy is only in the sandbox, but other
>sandbox projects (i18n for example) have their jar files at Ibiblio.  The
>Syringe project I'm working on at java.net has a build system that downloads
>all of its dependencies from Ibiblio and I'd like to start migrating Syringe
>to use commons-proxy.  Would the "mavenization" of commons-proxy cause its
>jar file to be published?
>
>
>  
>


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


Re: [proxy] Publishing to Maven@Ibiblio?

Posted by Ortwin Glück <od...@odi.ch>.

Joerg Hohwiller wrote:
> more or less.
> In maven you can configure one or multiple repositories. Ibiblio is the
> default. To just make something work you can have an additional local
> repository or even just copy the commons-proxy jar to your local maven
> download-repro ({home}/.maven/repository/commons-proxy/).

In fact I was doing that in my old company. We had a company-wide 
(rather small company you know :-) Maven repostiory set up on a simple 
file server. Everything we needed was copied there. And also internal 
JAR files were deployed there so they could be reused easily by other 
projects.

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


Re: [proxy] Publishing to Maven@Ibiblio?

Posted by Joerg Hohwiller <jo...@j-hohwiller.de>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi James

James Carman wrote:
> How do we set up a project to publish its jar files to the Maven repository
> at Ibiblio?  I realize that commons-proxy is only in the sandbox, but other
> sandbox projects (i18n for example) have their jar files at Ibiblio.  The
> Syringe project I'm working on at java.net has a build system that downloads
> all of its dependencies from Ibiblio and I'd like to start migrating Syringe
> to use commons-proxy.  Would the "mavenization" of commons-proxy cause its
> jar file to be published?
more or less.
In maven you can configure one or multiple repositories. Ibiblio is the
default. To just make something work you can have an additional local
repository or even just copy the commons-proxy jar to your local maven
download-repro ({home}/.maven/repository/commons-proxy/).

I have to go to work now.
But I can write you a maven config in the evening to get startet.
Maybe you should move your code from "src/java" to "src/main/java"
to be conform with the actual state (you do not need to but its
recomendet, then you also have "src/test/java" - makes things easier for
m2).

Regards Jörg


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDDW2XmPuec2Dcv/8RAkNXAJ9VwieSqRdCo5ufdUMqCty1wC1/vQCgg9Ye
py5UQR29t/7Ox7V96DB4Zbw=
=bFu8
-----END PGP SIGNATURE-----

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


RE: [proxy] Publishing to Maven@Ibiblio?

Posted by "Noel J. Bergman" <no...@devtech.com>.
repository@apache.org is probably your best bet.

	--- Noel

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