Re: How to use the Maven ibiblio.org jar repo?
Martin van den Bemt <[email protected]> Thu, 22 Jan 2004 18:40:31 +0100
| Newsgroups | gmane.comp.java.luxor-xul.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Gerald, Currently the only solution is adding an issue to the JIRA issue tracker on codehaus (http://jira.codehaus.org, select the Maven Upload project for your requests. They are in the process of simplyfying it, but that is not finished yet. For an interim solution, you can add some properties, so you can use your own repository : maven repository:create-project -DgroupId=luxor (or luxor-xul) to create the repository maven jar:deploy-snapshot to deploy your jar snapshot to the repository or maven jar:deploy to deploy the current release to the repository. To get this working add these properties to your build.properties : maven.username=<your username on sf or to login to the repo site> maven.repo.central.directory=<directory on server to repository> maven.repo.central=the hostname to the repository maven.repo.remote=http://<your repository location>,http://www.ibiblio.org/maven To change the default unix group name from maven to something else, specify maven.repository.group=<the groupname> Hope this helps :) Mvgr, Martin On Thu, 2004-01-22 at 18:14, Gerald Bauer wrote: > Hello, > > does anyone know how to upload your own jars to the > ibiblio.org Maven repository? > > Can I just use a built-in Maven plugin or do I need > to sign-up for an account first to get write access? > Has anyone tried to use ibiblio before? > > I'd appreciate any help or pointers to online > information. > > Over the next couple of days I plan to switch over > all build scripts to Maven because Maven keeps track > of all the jar dependencies and lets you download all > missing pieces on demand (in theory) and Maven makes > building Luxor on a fresh machine as easy as typing > maven jar:jar (after having checked out the source > from CVS). > > So far I have a working Maven build script for > Luxor that only requires some miniscule changes to the > existing directory structure. > > Please let me know what you think about Maven. Does > anyone want to keep the Ant build scripts hanging > around? > > - Gerald > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > luxor-xul-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/luxor-xul-user -- Mvgr, Martin ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn