Sorry, you are right. It was my shortcut. So the true answer is that it
does not support
aggregated projects. It supports data from inheritance of course.
Piotr
Michael McCallum pisze:
aggregated projects NOT EQUAL to parent poms
aggregation and inheritance and complete unrelated it just hap
aggregated projects NOT EQUAL to parent poms
aggregation and inheritance and complete unrelated it just happens that many
people use the two together... which IMHO is wrong but people need to decide
for them selves
On Fri, 06 Jun 2008 02:46:55 Piotr Tabor wrote:
> Hi Stefano,
>
> The message re
Issue Subscription
Filter: Design & Best Practices (29 issues)
Subscriber: mavendevlist
Key Summary
MNG-2184Possible problem with @aggregator and forked lifecycles
http://jira.codehaus.org/browse/MNG-2184
MNG-3313NetBeans projects, more than ant project, more than fre
Any luck John? I'm still seeing those two failing - quite odd.
- Brett
On 30/05/2008, at 1:29 PM, John Casey wrote:
Seems like everything was working for me the other day when I
committed the fix for 2739, but I'll try it all again tomorrow
sharpish.
-john
Brett Porter wrote:
0111 passe
Hi,
Still looking for some binding votes over at wagon-dev@ :)
I wanted to add a few notes about the changes.
* Testing
You can test both the version upgrade and the alternate webdav wagon
using this branch of Maven if you like: http://svn.apache.org/repos/asf/maven/components/branches/maven
I am strongly in favour of moving the current wiki content to cwiki.
I'm very happy with it for other projects, and we already have it set
up to generate static sites in the Maven site template.
My general opinion about using the wiki for the site is that I prefer
to use it more for user co
I tried to create a simple test case to reproduce it but I didn't succeed.
I didn't yet find what is different between the real project and the test
case.
Sorry for the noise.
Those my tip seems to work. You just have to add dependencies to your war's
pom in the ear.
Be careful, that Stephen disco
Niranjan,
I think you are looking for the [EMAIL PROTECTED] list.
Regards,
Brett
On 06/06/2008, at 1:37 AM, Niranjan Deshpande wrote:
I am trying to execute ant tasks from maven's pom as below.
maven-antrun-plugin
1.1
generate-sources
run
The generate.sh file
I am trying to execute ant tasks from maven's pom as below.
maven-antrun-plugin
1.1
generate-sources
run
The generate.sh file has 10 xml files that i want to run as
ant -buildfile -filename
for the time being I am running the plugin as maven antrun:run, just to fin
Hi Stefano,
The message really looks very ugly, but it means that the graph plugin
does not support aggregated projects (parents pom) yet.
Try to do find the project pom (packaging: jar,war,ear) that depends on
everything else and than call the same operation within the directory.
Currently t
Piotr Tabor ha scritto:
What is the status of the maven-grafo-plugin?
I found this:
http://docs.codehaus.org/display/MAVENUSER/Interactive+Dependency+Graphs
and this:
http://svn.apache.org/viewvc/maven/sandbox/trunk/shared/grafo/grafo-maven-plugin/
They have been touched 15 months ago: is
Well, is possible to do with option. Or with filters. But doing so I
delegating this to user and plugin can handle that.
Imagine on java, if maven depedency mechanism doesn't handle provided, when
I use provided dependencies I need to mark they optional?!
I just wanna keep flex easy as java.
I may not fully understand the problem, but if mySWC marks dependency on
flexlib as optional, then war that depends on mySWC will not
automatically get flexlib as a dependency. Is not this what you want?
The only drawback I see is that users would need to keep "optional"
dependency flag consist
Yes, but again it delegates to plugin users this.
Is something like maven (on java) don't resolve dependencies, or resolve all
always (never use as transitive). At current time flex-mojos is resolving
all dependencies, no one is transitive. I just wanna make dependencies
transitive when, by it s
Marvin,
Not that I know/understand much about maven dependency management, but
can you not use "optional" element to mark dependencies that should not
be re-exported
(http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Transitive_Dependencies)
Marvin Froed
Hi,
What a very good idea !
Frederic
On Thu, Jun 5, 2008 at 1:20 PM, Arnaud HERITIER <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Some Apache projects are now writing their documentations on confluence @
> Apache.
> For example Apache Directory :
>http://directory.apache.org/
>http://cwik
If a war depends on a SWF.
And this SWF depends of a few SWCs.
I can look to scopes to embed/or not embed SWC into war. If is a
merged/internal/external dependencies I can (and I will) just ignore this
SWC. If is a RUNTIME I will add this SWC following SWF rsl policy. If is a
CHACHING dependenc
It isn't a dependency issue. Regardless of whether you use a swc
dependency as a Runtime Shared Library or Merged Into Code, it's still
a dependency on the project. These are compiler options.
How you use it is exactly the same choices you'd have with, say, a WAR
file with JAR dependencies, and wa
If I will put dependencies on separated files, why use maven dependencies?
VELO
On Thu, Jun 5, 2008 at 8:59 AM, Nigel Magnay <[EMAIL PROTECTED]> wrote:
> It's not a scope issue, it's a compiler options issue.
>
> You could just use the same mechanism that israfil flex mojo uses,
> which is to ut
It's not a scope issue, it's a compiler options issue.
You could just use the same mechanism that israfil flex mojo uses,
which is to utilise the .flexLib / .actionScriptProperties files in
order to determine whether to bind dependencies into the output or
not.
On Thu, Jun 5, 2008 at 12:21 PM, Ma
What is the status of the maven-grafo-plugin?
I found this:
http://docs.codehaus.org/display/MAVENUSER/Interactive+Dependency+Graphs
and this:
http://svn.apache.org/viewvc/maven/sandbox/trunk/shared/grafo/grafo-maven-plugin/
They have been touched 15 months ago: is this dead? moved elsewher
Can someone point for me where is maven dependency manager code.
I will take a look, may be patch it or I will clone it.
VELO
On Wed, Jun 4, 2008 at 8:41 PM, Marvin Froeder <[EMAIL PROTECTED]> wrote:
> Flex has 2 types of binaries SWC (jar like) and SWF runnable file, but is
> not a library.
>
Oh no, I can't do that.
Doing this the plugin user will need to know how to resolve libraries. That
breaks all maven need.
VELO
On Wed, Jun 4, 2008 at 11:07 PM, Brett Porter <[EMAIL PROTECTED]> wrote:
> It's an argument to the current resolution mechanism that lets you make a
> decision on wh
Hi all,
Some Apache projects are now writing their documentations on confluence @
Apache.
For example Apache Directory :
http://directory.apache.org/
http://cwiki.apache.org/confluence/display/DIRxSITE/Index
Even if Sonatype's book is helping a lot about Maven's documentation, our
us
What is the status of the maven-grafo-plugin?
I found this:
http://docs.codehaus.org/display/MAVENUSER/Interactive+Dependency+Graphs
and this:
http://svn.apache.org/viewvc/maven/sandbox/trunk/shared/grafo/grafo-maven-plugin/
They have been touched 15 months ago: is this dead? moved elsewhere? A
On 05/06/2008, at 5:29 PM, Olivier Lamy wrote:
Hi,
Is it possible to change the notification ml for NMAVEN, all emails
goes to [EMAIL PROTECTED]
Something like : [EMAIL PROTECTED]
Thanks for pointing that out - I'm just double checking with the
nmaven guys but I agree.
Thanks,
--
Olivi
Hi,
Is it possible to change the notification ml for NMAVEN, all emails
goes to [EMAIL PROTECTED]
Something like : [EMAIL PROTECTED]
Thanks,
--
Olivier
2008/6/5 Brett Porter (JIRA) <[EMAIL PROTECTED]>:
>
> [
> http://jira.codehaus.org/browse/NMAVEN-119?page=com.atlassian.jira.plugin.system
27 matches
Mail list logo