Re: VS: Maven Repository manager

2006-08-14 Thread Brett Porter
Hi, Sorry, but I'm not sure how you got that JAR. If you run: mvn jetty:run, nothing is created in there as it runs it from the current layout. If you run: mvn install, I get: target/maven-repository-webapp.war - Brett On 10/08/2006 5:40 PM, Naess, Ronny wrote: Hi. Brett gave me this tips

Re: VS: Maven Repository manager

2006-08-10 Thread Milos Kleint
not sure, but I just built it and deployed without problems. here's what I do. I opened whole maven-repository in netbeans, built it. then open the webapp project and run it. it deploys on my jboss instance correctly. Milos On 8/10/06, Naess, Ronny <[EMAIL PROTECTED]> wrote: Hi. Brett gave m

VS: Maven Repository manager

2006-08-10 Thread Naess, Ronny
Hi. Brett gave me this tips how to run maven-repository-manager after building it, but I don't think that will work. As I can see there is a jar artifact ant not a war in the maven-repository-webapp/target directory. This exludes to deploy it on a servlet engine directly. I can ofcourse rename it