gt; the archetype (groupId, artifactId, and version) when creating a new
> project using an existing archetype.
>
> Wayne
>
> On 8/3/07, Craig Ching <[EMAIL PROTECTED]> wrote:
> > Thanks Wayne, I appreciate the help. Here I thought I was making good
> head
> >
Whoops, I completely missed that he had two stanzas!
On 8/3/07, Stuart McCulloch <[EMAIL PROTECTED]> wrote:
>
> On 03/08/07, Arash Amiri <[EMAIL PROTECTED]> wrote:
> > ok, below is my pom.xml
> > here is what I did:
> > - added commons-httpclient.jar to the classpath (as an
> environment-variable
gt; "fix" it.
>
> An even better alternative is to fully specify all parameters in the
> call to archetype:create -- this means passing in all the archetype
> params using -D including version etc. Its a bit more typing but it
> should "always work" barring other pr
Hi Joao
Maybe I'm wrong about this, but I don't think there would be a way to set
those in the pom as the jetty plugin runs inside the same JVM that maven
runs in and I don't know of a way to set those after the JVM has been
created. I think you're going to need to find a way (maybe using MAVEN_O
Hi Arash,
A few suggestions for you:
1) In your Export-Package statement, you're exporting
org.apache.commons.httpclient.methods.*. You might also want to add that to
your Import-Package as well, it's recommended practice (read the core spec
about why, you might have reasons for not wanting to
hetypeGroupId= \
> -DarchetypeArtifactId= \
> -DarchetypeVersion=\
> -DgroupId=\
> -DartifactId=
>
> Wayne
>
> On 8/2/07, Craig Ching <[EMAIL PROTECTED]> wrote:
> > Well, I deleted my local rep
ROTECTED]> wrote:
>
> I think you want to specify the version of your new project, try:
>
> mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app
> -Dversion=1.0-SNAPSHOT
>
> -Dave
>
> -Original Message-
> From: Craig Ching [mailto:[EMAIL PROT
Hi,
Haven't had any problems generating new maven projects until today. This
simple command line:
mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app
fails with:
[INFO]
[ERROR] BUILD ERROR
[INFO]
Ah, thanks Stuart, much appreciated! I'd run across your Pax stuff via some
hints from the Felix JIRA. I found an eclipse plugin that generated the
necessary boilerplate for an eclipse PDE, but I'd not seen your maven plugin
which I'd prefer. Thanks for the tips!
Cheers,
Craig
On 7/25/07, Stua
Hi!
Can the maven-eclipse-plugin generate an eclipse plugin project that's
intended to be an OSGi bundle? I'm trying to use the maven-bundle-plugin to
generate OSGi bundles, but I, of course, want to do my development in
eclipse. Any help for me?
Cheers,
Craig
On 6/28/07, Steven E. Harris <[EMAIL PROTECTED]> wrote:
Craig Ching <[EMAIL PROTECTED]> writes:
> Would the best way to approach this be to jar up the bundle and
> shove into the maven repo with a groupId and artifactId?
Yes, I'd do that first.
> Then have some way
On 6/28/07, Steven E. Harris <[EMAIL PROTECTED]> wrote:
Craig Ching <[EMAIL PROTECTED]> writes:
> AFAICT, the OSGi bundles aren't packaged as a single jar, they
> appear to be much more complex (or maybe I am lacking some
> understanding of how these bundles are pa
-- Original message -----
From: "Craig Ching" <[EMAIL PROTECTED]>
To: "Maven Users List"
Date: Wed, 27 Jun 2007 17:52:49 -0500
Subject: Re: OSGi bundles as dependencies
Hi Steven,
Thanks for the response, I very much appreciate the conceptual
information.
However, being a
I apologize in advance for the quoting, I'm thinking I should have used my
normal mail account instead of gmail now.
On 6/27/07, Steven E. Harris <[EMAIL PROTECTED]> wrote:
Craig Ching <[EMAIL PROTECTED]> writes:
> I am looking for a more practical, though obvio
en my google searches didn't
turn up much information ;-)
Thanks!
Cheers,
Craig
On 6/27/07, Steven E. Harris <[EMAIL PROTECTED]> wrote:
Craig Ching <[EMAIL PROTECTED]> writes:
> Has anyone done this or anything like this?
Yes, but we've only "solved" it b
Hi,
I'm a maven newbie. I have what I think is a fairly sophisticated need and
I'm looking for advice on how to resolve this need.
I'm trying to integrate the BIRT viewer into my web app. Basically, this
involves putting some static content in the right place and getting the pom
dependencies r
16 matches
Mail list logo