In the mean time you could use this approach, however Im not sure it's okay, as it will install it on the local repo..

<repositories>
       <repository>
           <id>local.3rd.party</id>
           <name>Local 3rd Party repo</name>
           <url>file://${basedir}/repo/</url>
       </repository>
   </repositories>
   <dependencies>

And then have the jar located in that folder of your project(in svn, eekk I know it's wrong).. It'll then pick them from there...

You can see the blog tutorial it uses that approach..

http://cwiki.apache.org/*WICKET*/*blog*-*tutorial*.html


regards Nino

lars vonk wrote:
That's another Jamon :-). This is about the http://jamonapi.sourceforge.net/.

It's the offfical Jamon jar, I could not find another maven repo that
has the version 2.7 (last stable) available.

Igor, Johan could you place it in the local maven repo on the build server?

Lars

On Fri, Mar 7, 2008 at 9:26 AM, Gerolf Seitz <[EMAIL PROTECTED]> wrote:
use jamon's maven repository?
 http://www.jamon.org/Maven.html

  Gerolf



 On Fri, Mar 7, 2008 at 9:22 AM, Maurice Marrink <[EMAIL PROTECTED]> wrote:

 > You could ask Johan or Igor to do it for you, but i would prefer it if
 > the dependency was on another local repo and that you just included
 > that repo in your pom.
 > If it is an official jamon jar that should not be a problem, but if it
 > is something you build we could also create a build plan for that jar
 > on bamboo.
 >
 > Maurice
 >
 >
 > On Fri, Mar 7, 2008 at 8:59 AM, lars vonk <[EMAIL PROTECTED]> wrote:
 > > Thanks for the setup.
 > >
 > >  Problem is that jamon is not available in the maven repo. How can I
 > >  install it in the local repo of the buildserver?
 > >
 > >  Lars
 > >
 > >
 > >
 > >  On Fri, Mar 7, 2008 at 12:49 AM, Maurice Marrink <[EMAIL PROTECTED]>
 > wrote:
 > >  > Ok, bamboo is setup too.
 > >  >  However your build fails with the following reason:
 > >  >
 > >  >   07-Mar-2008 00:46:01    Downloading: http://repo1.maven.org/
 > maven2/
 > >  >  com/​jamonapi/​jamon/​2.7/​jamon-2.7.pom
 > >  >  07-Mar-2008 00:46:01    Downloading: http://repo1.maven.org/​maven2/
 > >  >  com/​jamonapi/​jamon/​2.7/​jamon-2.7.jar
 > >  >  07-Mar-2008 00:46:02    [INFO]
 > >  >
 >  ------------------------------------------------------------------------
 > >  >  07-Mar-2008 00:46:02    [ERROR] BUILD ERROR
 > >  >  07-Mar-2008 00:46:02    [INFO]
 > >  >
 >  ------------------------------------------------------------------------
 > >  >  07-Mar-2008 00:46:02    [INFO] Failed to resolve artifact.
 > >  >  07-Mar-2008 00:46:02
 > >  >  07-Mar-2008 00:46:02    Missing:
 > >  >  07-Mar-2008 00:46:02    ----------
 > >  >  07-Mar-2008 00:46:02    1) com.jamonapi:jamon:jar:2.7
 > >  >  07-Mar-2008 00:46:02
 > >  >  07-Mar-2008 00:46:02      Try downloading the file manually from the
 > >  >  project website.
 > >  >  07-Mar-2008 00:46:02
 > >  >  07-Mar-2008 00:46:02      Then, install it using the command:
 > >  >  07-Mar-2008 00:46:02          mvn install:install-file
 > >  >  -DgroupId=com.jamonapi -DartifactId=jamon -Dversion=2.7
 > >  >  -Dpackaging=jar -Dfile=/path/​to/​file
 > >  >  07-Mar-2008 00:46:02
 > >  >  07-Mar-2008 00:46:02      Alternatively, if you host your own
 > repository
 > >  >  you can deploy the file there:
 > >  >  07-Mar-2008 00:46:02          mvn deploy:deploy-file
 > >  >  -DgroupId=com.jamonapi -DartifactId=jamon -Dversion=2.7
 > >  >  -Dpackaging=jar -Dfile=/path/​to/​file -Durl=[url]
 > -DrepositoryId=[id]
 > >  >  07-Mar-2008 00:46:02
 > >  >  07-Mar-2008 00:46:02      Path to dependency:
 > >  >  07-Mar-2008 00:46:02              1)
 > >  >  org.wicketstuff:wicket-contrib-jamon:jar:1.3-SNAPSHOT
 > >  >  07-Mar-2008 00:46:02              2) com.jamonapi:jamon:jar:2.7
 > >  >  07-Mar-2008 00:46:02
 > >  >  07-Mar-2008 00:46:02    ----------
 > >  >  07-Mar-2008 00:46:02    1 required artifact is missing.
 > >  >  07-Mar-2008 00:46:02
 > >  >  07-Mar-2008 00:46:02    for artifact:
 > >  >  07-Mar-2008 00:46:02
 > org.wicketstuff:wicket-contrib-jamon:jar:1.3-SNAPSHOT
 > >  >  07-Mar-2008 00:46:02
 > >  >  07-Mar-2008 00:46:02    from the specified remote repositories:
 > >  >  07-Mar-2008 00:46:02      central (http://repo1.maven.org/​maven2)
 > >  >
 > >  >  Maurice
 > >  >
 > >  >
 > >  >
 > >  >  On Fri, Mar 7, 2008 at 12:33 AM, Maurice Marrink <[EMAIL PROTECTED]>
 > wrote:
 > >  >  > Jira should be ready. Still working on bamboo.
 > >  >  >  Let me know if you miss something.
 > >  >  >
 > >  >  >  Maurice
 > >  >  >
 > >  >  >
 > >  >  >
 > >  >  >  On Thu, Mar 6, 2008 at 10:49 PM, lars vonk <[EMAIL PROTECTED]>
 > wrote:
 > >  >  >  > Hi,
 > >  >  >  >
 > >  >  >  >  I like to add
 > 
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-contrib-jamon
 > >  >  >  >  to bamboo? My bamboo uid is lvonk.
 > >  >  >  >
 > >  >  >  >  Can someone also create a JIRA project for
 > wicket-contrib-jamon? My
 > >  >  >  >  jira uid is also lvonk.
 > >  >  >  >
 > >  >  >  >  Thanks in advance!
 > >  >  >  >
 > >  >  >  >  Lars
 > >  >  >  >
 > >  >  >
 > >  >
 > >
 >


--
-Wicket for love
-Jme for fun

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684

Reply via email to