Continuum's e-mail notification buggy?

2007-06-15 Thread Jeff Mutonho
I have two e-mails under my Notifiers , that are configured to receive only FAILURE e-mails , but Continuum is sending SUCCESS e-mails to those as well.Is this a bug?I'm running continuum-1.0.3 -- Don't take the name of root in vain. Jeff Mutonho Cape Town South Africa GoogleTalk :

Re: Continuum's e-mail notification buggy?

2007-06-15 Thread Emmanuel Venisse
Yes, it's a bug, fixed in 1.1 Jeff Mutonho a écrit : I have two e-mails under my Notifiers , that are configured to receive only FAILURE e-mails , but Continuum is sending SUCCESS e-mails to those as well.Is this a bug?I'm running continuum-1.0.3

Re: Remote API for 1.1

2007-06-15 Thread Steven Cummings
Thanks. I'll be monitoring that issue then. On 6/15/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 6/15/07, Steven Cummings [EMAIL PROTECTED] wrote: I saw from the release notes that the xmlrpc API for Continuum 1.1 has been revamped, but I can't find any specific documentation on it. ... [1]

Re: Remote API for 1.1

2007-06-15 Thread Wendy Smoak
On 6/15/07, Wendy Smoak [EMAIL PROTECTED] wrote: [1] http://maven.apache.org/continuum/guides/mini/guide-xmlrpc-api.html Emmanuel confirmed that that page is for 1.0.3 and 1.1-alpha-2. Oops. The page is for 1.0.3 and 1.1-alpha-1. In alpha-2, things changed-- for example, now xmlrpc is on

Multiple Continuum instances on a single server

2007-06-15 Thread Morgovsky, Alexander \(US - Glen Mills\)
Is it possible to have multiple Continuum instances on a single server? Has this set-up been tested and shown to work correctly? Thank you. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If

RE: Multiple Continuum instances on a single server

2007-06-15 Thread McNaught, Duncan
You can have multiple continuum instances on a single server, just change the port in apps/continuum/conf/application.xml and the paths in the configuration (you have to start the server to change this) (http://ci2:8080/continuum/admin/configuration!input.action) We have 5 instances running on one

Re: Multiple Continuum instances on a single server

2007-06-15 Thread Dan Tran
and make sure each using its own local repository On 6/15/07, McNaught, Duncan [EMAIL PROTECTED] wrote: You can have multiple continuum instances on a single server, just change the port in apps/continuum/conf/application.xml and the paths in the configuration (you have to start the server to

RE: Multiple Continuum instances on a single server

2007-06-15 Thread Morgovsky, Alexander (US - Glen Mills)
Is it possible to set up multiple Windows services for the multiple Continuum instances? If yes, what file(s) need to be modified so that \bin\win32\InstallService.bat runs correctly? Thank you. -Original Message- From: Dan Tran [mailto:[EMAIL PROTECTED] Sent: Friday, June 15, 2007

Re: Multiple Continuum instances on a single server

2007-06-15 Thread Dan Tran
dig deeper, you will find it :-) On 6/15/07, Morgovsky, Alexander (US - Glen Mills) [EMAIL PROTECTED] wrote: Is it possible to set up multiple Windows services for the multiple Continuum instances? If yes, what file(s) need to be modified so that \bin\win32\InstallService.bat runs correctly?

Unable to deploy project, Error accessing ServiceMix administration

2007-06-15 Thread unni_varun
hi, When i tried to deploy my project using the command mvn install jbi:projectDeploy i'm gettting the following error: Unable to deploy project, Error accessing ServiceMix administration I'm getting this in both windows machine and in linux box. Please help me out in this. Do I need to paste

Versions in a Multiproject

2007-06-15 Thread Jens Hohl
Good Morning, Can someone point me to infos how i can set the version in a Multiproject ? In my parent pom file the versionversion Tag contains e.g 1.0-SNAPSHOT. How can I refer to that value in my child POMs ? What's best way to do that ? Regards, Jens

Unable to deploy project, Error accessing ServiceMix administration

2007-06-15 Thread unni_varun
Hi, i'm using the followign command to deploy my application mvn install jbi:projectDeploy I got the error Unable to deploy project, Error accessing ServiceMix administration (Do i need to paste the whole ocnsole ?) i tried this in windows and in linux box too. I'm using the following

Re: Versions in a Multiproject

2007-06-15 Thread Maria Odea Ching
You can do that by not specifying the version element in your child pom. The child pom would automatically inherit its parent's version which you specified in the parent block. See http://maven.apache.org/guides/introduction/introduction-to-the-pom.html#Project%20Inheritance -Deng Jens

Copy file

2007-06-15 Thread Geir Gullestad Pettersen
Is there a plugin to copy a specified file during the build process? In src/main/resources I have config-customer1.xml, config-customer2.xml, ...3 and so on.. Depending on which profile I activate when running Maven I need one of these files to be copied to src/main/resources/config.xml so that

Re: Copy file

2007-06-15 Thread Maria Odea Ching
In each of your profiles, you could define a separate build block which contains which resources you want to be included in each profile (using the includes and excludes tags). You may want to take a look at this..

Re: Copy file

2007-06-15 Thread Thorsten Heit
Hi, Is there a plugin to copy a specified file during the build process? In src/main/resources I have config-customer1.xml, config-customer2.xml, ...3 and so on.. Depending on which profile I activate when running Maven I need one of these files to be copied to

Re: Copy file

2007-06-15 Thread Maria Odea Ching
In each of your profiles, you could define a separate build block which contains which resources you want to be included in each profile (using the includes and excludes tags). You may want to take a look at this..

Re: Unable to deploy project, Error accessing ServiceMix administration

2007-06-15 Thread unni_varun
Hi, Yeah i have tried it with -e and -X options also. Have a look at the output: [ERROR] BUILD ERROR [INFO] [INFO] Unable to deploy project, Error accessing ServiceMix administration Connection refused: connect [INFO]

Re: Unable to deploy project, Error accessing ServiceMix administration

2007-06-15 Thread Thorsten Heit
Hi, i'm using the followign command to deploy my application mvn install jbi:projectDeploy I got the error Unable to deploy project, Error accessing ServiceMix administration I have to admit that I don't know jbi:..., but have you tried mvn -e -X ... to get more information about

Re: Versions in a Multiproject

2007-06-15 Thread Petr Ferschmann
Hello, The solution is not that simple. The problem with inherited version is if you enter only the subproject (and run mvn command there), the newest version (I think) of parent pom.xml is always used. So if you checkout older version, it can make problems. So we used different approach, we

[m2] MOJO: project.getArtifacts() question

2007-06-15 Thread Dário Luís Coneglian Oliveros
Hi all, I've created a MOJO recently for generating all dependencies (including transitives) of a project into a .properties file and in order to do that I've used the getArtifacts() method and added '@requiresDependencyResolution runtime' into it. It works fine in most cases, except when one

0-Snapshot numbering for classifiers

2007-06-15 Thread Alok, Niraj
Hi, I have 2 jars that get installed to the repository for the same artifact. One is the application jar, and the other is, say sources jar. The repository looks something like this: GroupId - ArtifactId - app-1.0.jar and app-1.0-sources.jar When I include both of them in the pom file

Re: 0-Snapshot numbering for classifiers

2007-06-15 Thread niraj
To be more specific, I am installing the app.jar through normal mvn deploy and the sources.jar through a custom pojo, as its not sources, but some other project files, and the code for that is: Artifact artifact = m_artifactFactory.createArtifactWithClassifier(m_groupId,

Re: Enforcing specific version of jars in the whole project build

2007-06-15 Thread Wendy Smoak
On 6/15/07, Johan Iskandar [EMAIL PROTECTED] wrote: Is there anyway for us to declare in the parent project's pom a restriction on the set of jar's version to use in building the whole project? Set the versions in dependencyManagement (and pluginManagement) in the parent, and then don't use

Enforcing specific version of jars in the whole project build

2007-06-15 Thread Johan Iskandar
Hi all, So often do I get ClassNotFound exception just to find out that I have the wrong jar, or some modules uses conflicting versions of jars. Is there anyway for us to declare in the parent project's pom a restriction on the set of jar's version to use in building the whole project?

RE: How do multiple plugin executions work?

2007-06-15 Thread Heinrich Nirschl
On Thu, 2007-06-14 at 16:07 -0400, Brian E. Fox wrote: Don't know if this helps, but according to the docu, the outputDirectory should be directly below configuration, at the same level as artifactItems. It's worth a try. Actually both are valid. It lets you specify a single common

RE: Enforcing specific version of jars in the whole project build

2007-06-15 Thread Johan Iskandar
-Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Set the versions in dependencyManagement (and pluginManagement) in the parent, and then don't use version elsewhere. This doesn't 'force' it -- a child project can still override the choice if it wants to. Does this

Maven Changes Plugin (NoClassDefFoundError = javax/activation/DataSource)

2007-06-15 Thread gc134728
Dear maven users, I want to use the changes plugin and when i execute it it doesn't work. It says It can't find no DataSource class. Anyone have any ideas? OUTPUT : [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'changes'. [INFO]

Question regarding multimodule builds

2007-06-15 Thread Julien Stern
Hi list, I've recently been trying continuum and I encountered the following problem with multi-module builds (with Maven 2): I have essentially the following structure: +- pom.xml (Parent POM) | +-+ Module 1 | | | +- pom.xml | +-+ Module 2 | +- pom.xml etc (with a lot of modules). The

RE: Enforcing specific version of jars in the whole project build

2007-06-15 Thread Johan Iskandar
This doesn't 'force' it -- a child project can still override the choice if it wants to. Does this means that if I had 3rd party modules I would also need to remove all version of the 3rd party modules? Sorry what I meant was.. 3rd party modules's poms?

Re: Enforcing specific version of jars in the whole project build

2007-06-15 Thread Wendy Smoak
On 6/15/07, Johan Iskandar [EMAIL PROTECTED] wrote: Does this means that if I had 3rd party modules I would also need to remove all version of the 3rd party modules? Sorry what I meant was.. 3rd party modules's poms? No... your definitions in dependencyManagement should be closer and take

tag for customized path to META-INF/ejb-jar.xml

2007-06-15 Thread Kiran Kodlady
Hello, can anyone tell me - is there any tag for customized path for ejb-jar.xml?? Default value is - src/main/resources/META-INF.. Thanks in advance, Kiran Kodlady -- View this message in context:

RE: how to give change the path for jars in manifest.mf file in ejb.project

2007-06-15 Thread Minto.van.der.Sluis
Hi Kiran, How about the following: manifest addClasspathtrue/addClasspath classpathPrefixlib//classpathPrefix /manifest Regards, Misl - The Unguided One --- Today's code, is tomorrow's legacy --- -Oorspronkelijk bericht- Van:

how to give change the path for jars in manifest.mf file in ejb.project

2007-06-15 Thread Kiran Kodlady
Hello, when i add addclasspath in pom.xml of ejb project, all the dependecy jars are listed in manifest.mf file as it is without any path. My question here is , is there any way to give customized path for all the jars in manifest.mf. For example can i get entry for a xyz.jar in manifest.mf

RE: Enforcing specific version of jars in the whole project build

2007-06-15 Thread Johan Iskandar
Considering this set.. com.a:a project ... groupIdcom.a/groupId artifactIda/artifactId packagingjar/packaging version1.0/version namea's project/name dependencyManagement dependencies dependency

How to set wagon-ssh-external's repository permissions?

2007-06-15 Thread Greg Thompson
In the source for ScpExternalWagon.java [1], I see that it has the capability to change the group and mode after putting files/directories, but I don't see how I set this stuff in my pom.xml or settings.xml. Where do I specify repository permissions group and filemode? Is this documented

Assembly plug-in

2007-06-15 Thread Jon Strayer
Can I control where the assembly plug-in puts the assembly file it creates? -- Esse Quam Videre To Be, rather than to Seem

Re: Unable to deploy project, Error accessing ServiceMix administration

2007-06-15 Thread Wayne Fay
Have you sent this query to the person/group responsible for the jbi plugin? Its quite likely that very few people on this list are using ServiceMix, much less that specific plugin, and so you might not get the response you're looking for here. Wayne On 6/15/07, unni_varun [EMAIL PROTECTED]

Releasing multimodule project with the release plugin

2007-06-15 Thread Fernando Jimenez
Hi all I'm trying to release a multi-module project using Maven, but I am having trouble due to unresolved dependencies. In short, when I try to do a prepare, it complains about SNAPSHOT dependencies. We have a top level project, which is defined as packaging type pom. We then have children

Re: Assembly plug-in

2007-06-15 Thread Antonio Petrelli
2007/6/15, Jon Strayer [EMAIL PROTECTED]: Can I control where the assembly plug-in puts the assembly file it creates? http://maven.apache.org/plugins/maven-assembly-plugin/assembly-mojo.html#outputDirectory Antonio - To

Re: Inteference between multiple plugins with extensions

2007-06-15 Thread Shane Isbell
There is an open issue in NMaven to investigate the problem of conflicting packaging names : http://jira.codehaus.org/browse/NMAVEN-65. The most likely solution is to change the packaging name to include a dotnet: identifier; so instead of library, we would use dotnet:library. Shane On

Re: scm checkout with specific tag

2007-06-15 Thread Steven Rowe
Hi Gonzalo, Gonzalo Vásquez Sáez wrote: I've followed the instructions using scmType / scmVersion, but have had no success at all, any hints please? What is no success? Did you get any error messages? Or any output at all? Steve

Re: scm checkout with specific tag

2007-06-15 Thread Gonzalo Vásquez Sáez
I just got checked out the latest version of every file, not the specified in the scmVersion parameter. On 15/06/07, Steven Rowe [EMAIL PROTECTED] wrote: Hi Gonzalo, Gonzalo Vásquez Sáez wrote: I've followed the instructions using scmType / scmVersion, but have had no success at all, any

scm checkout with specific tag

2007-06-15 Thread Gonzalo Vásquez Sáez
I've followed the instructions using scmType / scmVersion, but have had no success at all, any hints please?

Ant Plugin Tip

2007-06-15 Thread John Stauffer
I am trying to use ant to develop a new packaging type, and have everything working as expected, but have been unable to figure out how to set the artifact file for the project as part of the packaging mojo. According to the docs I've found, if I were using Java for this, I would simply include

Re: copy file in maven

2007-06-15 Thread acec acec
But I do not need scp, I only need file copy on my localhost. :-( Maybe I have to use ant plugin. --- Bernd Bohmann [EMAIL PROTECTED] wrote: Hello Jon, just deployed a little bit documentation about the wagon plugin. http://myfaces.apache.org/wagon-maven-plugin We are using this

Re: How to parse pom.version

2007-06-15 Thread Libor Kramoliš
Thanks for your answer. But this solution does not satisfy. It seems variables (expresions) in pom are resolved earlier than any plugin is executed. Suggested solution works just for filtering of resources. And also I do not know how to assign such plugin to *site* life-cycle. Libor On

How to set wagon-ssh-external's repository permissions?

2007-06-15 Thread Greg Thompson
In the source for ScpExternalWagon.java [1], I see that it has the capability to change the group and mode after putting files/directories, but I don't see how I set this stuff in my pom.xml or settings.xml. Where do I specify repository permissions group and filemode? Is this documented

Enforcing the use of a profile?

2007-06-15 Thread Nathan Maves
Is there any way within maven to force that a profile is selected? I would have to have to write shell/bat files to do this work for me. Nathan

Re: scm checkout with specific tag

2007-06-15 Thread Gonzalo Vásquez Sáez
It's from a CVS, and yes Sir, I added both scm parameters as: mvn scm:checkout -DscmVersion=myversion -DscmVersionType=tag On 15/06/07, Steven Rowe [EMAIL PROTECTED] wrote: Did you specify scmVersionType=tag ? Also, what type of repository are you trying to download from? Gonzalo Vásquez

Re: scm checkout with specific tag

2007-06-15 Thread Steven Rowe
Did you specify scmVersionType=tag ? Also, what type of repository are you trying to download from? Gonzalo Vásquez Sáez wrote: I just got checked out the latest version of every file, not the specified in the scmVersion parameter. On 15/06/07, Steven Rowe [EMAIL PROTECTED] wrote: Hi

Remote API for 1.1

2007-06-15 Thread Steven Cummings
I saw from the release notes that the xmlrpc API for Continuum 1.1 has been revamped, but I can't find any specific documentation on it. Can I: - Manage groups now? - Manage group builds? - Run group builds? - Move projects between groups? I did try connecting with the xmlrpc jar specified

Re: scm checkout with specific tag

2007-06-15 Thread Gonzalo Vásquez Sáez
I'll try that approach On 15/06/07, Steven Rowe [EMAIL PROTECTED] wrote: Have you seen this page?: http://maven.apache.org/scm/cvs.html You could try using the native client option, maybe in combination with settings in $user.home/.scm/cvs-settings.xml. Steve Gonzalo Vásquez Sáez wrote:

Re: scm checkout with specific tag

2007-06-15 Thread Gonzalo Vásquez Sáez
I'm just not sure if I can specify variables in the $user.home/.scm/cvs- settings.xml file, I mean variables passed as -Dvar=value on the command line, and the use them in the cvs-settings.xml file as ${var}, is that possible? On 15/06/07, Steven Rowe [EMAIL PROTECTED] wrote: Have you seen

Re: Enforcing the use of a profile?

2007-06-15 Thread Wendy Smoak
On 6/15/07, Nathan Maves [EMAIL PROTECTED] wrote: Is there any way within maven to force that a profile is selected? That doesn't make sense to me... if you always want some configuration to be active, then put it in the pom directly rather than in a profile. As always, you'll get better

Re: Remote API for 1.1

2007-06-15 Thread Wendy Smoak
On 6/15/07, Steven Cummings [EMAIL PROTECTED] wrote: I saw from the release notes that the xmlrpc API for Continuum 1.1 has been revamped, but I can't find any specific documentation on it. ... [1] http://maven.apache.org/continuum/guides/mini/guide-xmlrpc-api.html Emmanuel confirmed that

Re: scm checkout with specific tag

2007-06-15 Thread Gonzalo Vásquez Sáez
I even tried adding the tag section under the scm tag in pom.xml file, and it keeps checking out the latest version, not the one from the specified tag. On 15/06/07, Steven Rowe [EMAIL PROTECTED] wrote: Did you specify scmVersionType=tag ? Also, what type of repository are you trying to

Re: scm checkout with specific tag

2007-06-15 Thread Steven Rowe
Have you seen this page?: http://maven.apache.org/scm/cvs.html You could try using the native client option, maybe in combination with settings in $user.home/.scm/cvs-settings.xml. Steve Gonzalo Vásquez Sáez wrote: It's from a CVS, and yes Sir, I added both scm parameters as: mvn

Re: How to parse pom.version

2007-06-15 Thread Libor Kramoliš
And what about Maven extensions? What is extension? Does it implement any interface? What is contract for extensions? Is it executed during each maven run (e.g. install, clean , site)? Is it possible to get instance of current MavenProject? It looks I need something Maven was designed for. Or am

Re: using javadocDirectory with maven-javadoc-plugin [was: package.html resources not read]

2007-06-15 Thread Heinrich Nirschl
On Thu, 2007-06-14 at 23:07 +0100, Adam Hardy wrote: I thought I'd post a more generic description since it seems no-one else recognises the problem. Can't find any references to it in the JIRA or on the mailing list or in fact just generally by googling (there is some stuff but it was for

Profiles

2007-06-15 Thread Jon Strayer
Is it possible to have a default profile that is activated only when no other profile is activated? -- Esse Quam Videre To Be, rather than to Seem

install:install - variables in POM are not replaced/filtered during installation in repository

2007-06-15 Thread Steinhauer, Frank
Hi there, during installation of the POM in the local repository the variables in the POM are not replaced/filtered. Is this a bug or purpose? Or did I a make a mistake somewhere? We use a variable for setting the version (needed for our CruiseControl build), and this variable isn't replaced by

Re: How to parse pom.version

2007-06-15 Thread Eric Redmond
On 6/15/07, Libor Kramoliš [EMAIL PROTECTED] wrote: Thanks for your answer. But this solution does not satisfy. It satisfies for the example the gave. If you want to use the properties to specify, for example, a version of another dependency - then you're out of luck, since yes, versions

Re: Profiles

2007-06-15 Thread Arnaud HERITIER
yes you have to set the activeByDefault to true http://maven.apache.org/ref/2.0.4/maven-settings/settings.html#class_activation Arnaud On 15/06/07, Jon Strayer [EMAIL PROTECTED] wrote: Is it possible to have a default profile that is activated only when no other profile is activated? -- Esse

Re: 0-Snapshot numbering for classifiers

2007-06-15 Thread Eric Redmond
Why are you writing code to do this? You should be installing the sources via the source plugin: mvn source:jar Or assembly plugin: http://maven.apache.org/plugins/maven-assembly-plugin/usage.html http://maven.apache.org/plugins/maven-assembly-plugin/descriptor-refs.html Eric On 6/15/07,

[m2] Has anyone integrated Together 2006 models with Maven?

2007-06-15 Thread Mick Knutson
I am trying to figure out how to setup Together 2006 with a multi-module Maven 2 Project and would love any help I can get. -- --- Thanks, Mick Knutson http://www.baselogic.com http://www.blincmagazine.com http://www.djmick.com http://www.myspace.com/mickknutson

RE: Profiles

2007-06-15 Thread Chris Helck
If you use activeByDefault then isn't the profile always active? I don't believe you can have a default profile that is active if and only if no other profile is active. If I'm wrong I'd love to know because I would find this very useful. Regards, Christopher -Original Message- From:

RE: 0-Snapshot numbering for classifiers

2007-06-15 Thread Alok, Niraj
I need to write another plugin to do this because the sources here are not java files, but database files which are stored in cvs. The directory structure is src/main/database and we want all the files inside the database folder to be put in the repository for use in dependencies by other

RE: 0-Snapshot numbering for classifiers

2007-06-15 Thread Alok, Niraj
seems the attachment didn't work.. Pasting the code: import org.apache.maven.archiver.MavenArchiveConfiguration; import org.apache.maven.archiver.MavenArchiver; import org.apache.maven.artifact.Artifact; import org.apache.maven.artifact.deployer.ArtifactDeployer; import

building an ejb

2007-06-15 Thread Gonzalo Vásquez Sáez
I can't generate the JAR for an ejb using maven I do have my META-INF/ejb-jar.xml file under the directory specified under /project/build/sourceDirectory (as if it were an xpath expression), this is an extract: project modelVersion4.0.0/modelVersion groupIdnet.excelsys.framework/groupId

Re: copy file in maven

2007-06-15 Thread Ralf Quebbemann
Files can also be copied locally with the wagon-maven-plugin (use file protocol instead of scp). BTW, the plugin is able to copy multiple files, because it takes an input directory as argument. Filtering or multiple source/destination directories do not work currently. I use this plugin for

Re: building an ejb

2007-06-15 Thread Eric Redmond
ejb-jar.xml is not a source (source are for things like java code), this is a resource. You would put it under src/main/resources/META-INF/ejb- jar.xml Alternatively, you can override the default resources directory: resources resource !-- Where non-compiled files reside (such as

Surefire report failure.

2007-06-15 Thread Jon Strayer
I have a main project with two subprojects. Both of the subprojects use the surefire report. The main project does not. I can run mvn:site on either of the subprojects and it works fine. But when I run on the main project it fails with this error message: [INFO] Error getting reports from

Re: building an ejb

2007-06-15 Thread Gonzalo Vásquez Sáez
Works great! Thanks On 15/06/07, Eric Redmond [EMAIL PROTECTED] wrote: ejb-jar.xml is not a source (source are for things like java code), this is a resource. You would put it under src/main/resources/META-INF/ejb- jar.xml Alternatively, you can override the default resources directory:

Running a Java class for deployment

2007-06-15 Thread Clifton
Hello all, I'm trying to figure out how to best handle deployment of war apps to a running instance of Liferay (www.liferay.com). Liferay supports hotdeploy using either an online web form or a Java class. (Alternatively you can just drop war files into the webapps folder of the servlet

Re: Profiles

2007-06-15 Thread Nathan Maves
I too am looking for a similar solution for my problem. I have have 3 profiles right now. (dev/uat/prod) To accomplish this I have each profile set a variable called 'env'. I then have a dynamic resource directory used based on this env variable. The only issue I have is that I need one of

Re: Running a Java class for deployment

2007-06-15 Thread Wayne Fay
You may want to see if perhaps the Cargo project has a Liferay deployment module. A lot of us on this list use Cargo M2 plugin to deploy webapps etc to various containers. And if no such plugin exists, rather than creating a M2-specific Liferay deployment plugin, it might make sense to work on

Re: multimodule project build, maven assembly plugin

2007-06-15 Thread Torsten Curdt
Had the exact same problem! AFAIK the only way around this is to have a dedicated module with the correct dependencies in place. Unfortunately I could not figure out how to access plain files (not just the artifacts or sources) from the assembly then. Sad story as it is - in the end I did