Hello !
I'm begining to use AndroMDA, which make a good use of the multiproject
plugin. First time for me in this area ... and it doesnt work at all ... When
I run "maven" at the root of my projects, I get this error :
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent
Never heard of it - are you sure it is related to Maven? We don't use
the nio capabilities of JDK 1.4 AFAIK.
- Brett
On Fri, 18 Feb 2005 09:47:59 +0100, Mark Lowe <[EMAIL PROTECTED]> wrote:
> Anyone no what the science with a Converter malfunction thrown by
> sun.nio.cs.StreamDecoder? Having pro
Hi,
My maven plugin contains several reports and I declare reports in
plugin.jelly like
..
..
This will add two entries in project-nav.xml.
..
..
Now, one of the report will contain many other pages and I want to add
those pages into navigation as well. I
long short, can you make all projects inherit a master project which
has your goal to do nothing. This way reactor will invoke the dummy
goal when it is not able to
find goal in the targeted project.
-D
On Fri, 18 Feb 2005 14:41:01 -1000, Jon Andersen <[EMAIL PROTECTED]> wrote:
> I'd like to use
I'd like to use the reactor to execute goals across many projects, but
not have the build fail when a goal does not exist. That is, if a
sub-project doesn't have the required goal, just ignore that subproject
and move on.
The reactor has the ignoreFailures attribute, but that doesn't work for
Hi,
I wish to create a simple ejb-jar containing a minimum session bean.
The problem I have with Maven is
1) if I use maven-ejb plugin, test:test always runs before ejb:ejb. What
I want is to run test after ejb-jar is built. However, if I simply state
that the pre-goal of test:test is ejb:ejb, I
Hi,
I think the better place to ask your question is the maven users list.
If i understand well, you don't want to do a "kodo:enhance" for a certain
subproject ?
If so, you can add a property in the subproject, for exemple :
kodo.enhance=false, and in your maven.xml, test if the propertiy is set
Thanks Michal. How would I have figured this out for
myself ? There doesn't look to be a column in any of
the Goals documents specifying whether or not a goal
can be called directly.
--James
--- Michal Maczka <[EMAIL PROTECTED]> wrote:
> James Adams wrote:
>
> >It seems that the ear:gen
Thank you. Very good suggestions!
I really like the idea of putting project-specific JARs in a separate
repository. That will keep things much cleaner and clearer.
Randy
On Feb 18, 2005, at 2:34 AM, Siegfried Goeschl wrote:
Hi Oscar and Randy
I would suggest that
+) you move your external librari
other option might be to do this in the similar way as war plugins does.
Which means you can add annotation to a dependency with help of
tag
Michal
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 18, 2005 11:34 AM
> To: Maven Users Lis
Thanks Mario,
I already did that :)
I was just wondering if there is a more elegant way to fullfill the
task.
10x again,
Kaloyan
Mario Kusek <[EMAIL PROTECTED]>
02/18/2005 12:16 PM
Please respond to
"Maven Users List"
To
Maven Users List
cc
Subject
Re: copy depency artifact t
Hi!
Try this goal:
Mario
On Pet, 2005-02-18 at 10:49, [EMAIL PROTECTED]
wrote:
> Hi all,
> I've got the following problem.
>
> I've a project with more than 10 dependencies and want to copy one of
> them to certain place
> on the file system.
>
> In the manual a similar operat
Hi all,
I've got the following problem.
I've a project with more than 10 dependencies and want to copy one of
them to certain place
on the file system.
In the manual a similar operation is shown
You see, that I don't want to use this approach since I have to enumarate
more th
Hi Oscar and Randy
I would suggest that
+) you move your external libraries to a Maven repository
+) you might tweak the dependency section to use libraries with
non-conforming naming convention (check out the docs). But consider to
rename your external dependencies to have a version number other
thanks.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Gisbert Amm wrote:
Gisbert Amm wrote:
Isn't an easier way in Maven to resolve the full path
of the dependency?
Missed the closing bracket:
${pom.getDependencyPath('atifactId:groupId')}
Even worse: Wrong order of elements:
${pom.getDependencyPath('groupId:artifactId')}
Gisbert
--
Gisbert Amm wrote:
Isn't an easier way in Maven to resolve the full path
of the dependency?
Probably this:
${pom.getDependencyPath('atifactId:groupId')
Missed the closing bracket:
${pom.getDependencyPath('atifactId:groupId')}
^
Gisbert
--
Janos Mucsi wrote:
I declare an ear artifact in my project.xml:
opcert
USOpcert
${pom.currentVersion}
ear
In maven.xml I want to resolve its full path so that I
can pass it to an external script like this:
*${home.dir}*${maven.repo.local}/${dependency.gr
Anyone no what the science with a Converter malfunction thrown by
sun.nio.cs.StreamDecoder? Having problems with new project.
Cheers
MArk
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTE
19 matches
Mail list logo