Re: How to deal with dependencies that need more info

2013-06-09 Thread Cristiano GaviĆ£o
Hi Wayne, Let me explain a bit what I'm trying to achieve. I've created a plugin where I've defined a new packaging type. it uses the declared dependencies to create a kind of manifest file called Subsystem manifest. A subsystem can be composed by one ore more components and each one could have i

[ANN] Maven 3.1.0-alpha-1 Release

2013-06-09 Thread Jason van Zyl
Hi! The Apache Maven Team is announcing the release of 3.1.0-alpha-1 The release notes can be found here: http://maven.apache.org/docs/3.1.0-alpha-1/release-notes.html In particular there are significant changes regarding JSR330 and SLF4J: http://maven.apache.org/maven-jsr330.html http://maven.a

Re: How to deal with dependencies that need more info

2013-06-09 Thread Wayne Fay
> When declaring a dependency I need to set an attribute "start-order:=1" > that tells me how I will install such dependency. Who or what will "install" such dependency? Who or what will use that start-order attribute? Probably I'd put this in the Manifest file. Wayne --