[m2] eclipse plugin - adding arguments to buildcommand

2006-03-15 Thread Mario Ivankovits
Hi! Given I might find some time I would like to implement the possibility to add arguments to the buildcommands. I would like to archive this by allowing to add a CDATA section to every buildcommand in pom.xml. So in the end it should look like this: org.eclipse.ui.externaltools.ExternalT

Re: [m2] library project

2006-03-14 Thread Mario Ivankovits
Milos Kleint schrieb: > check out the maven-assebly-plugin. it does exactly what you want I think.. > Thanks, will have a look at it! Ciao, Mario - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

[m2] library project

2006-03-14 Thread Mario Ivankovits
Hi! Is it possible to create a "library project"? Its indention is to pack all the dependend libraries into one jar/war and have all other projects depend on them. The idea is that I do not have to bundle all libraries in my war. The application changes much more than the used libraries - this w

Re: exclude -source.jar from deployment

2006-03-13 Thread Mario Ivankovits
Hi! > Is it possible to avoid the -source.jar from being deployed to the > repository? > Ok, I solved it using profiles. They trigger if a -source.jar should be created or not and use a different repository. It can be changed using -DbuildFor=inhouse or -DbuildFor=public. If someone is interest

exclude -source.jar from deployment

2006-03-13 Thread Mario Ivankovits
Hi! Is it possible to avoid the -source.jar from being deployed to the repository? Thanks! Mario - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: "provided" dependendcy still packed in webapp

2006-03-13 Thread Mario Ivankovits
Hi! > You can try running maven with the -X option an you'll see the > dependency resolution. If you don't find the problem just paste here > the output > For what I can see within the "project-app" the jar in question is always correctly set top "provided". In "project-web" this is not the cas

"provided" dependendcy still packed in webapp

2006-03-13 Thread Mario Ivankovits
Hi! I started using maven 2 to build our project and maybe hit a bug now. The project layout is: project +-project-app +-project-web where "project-web" depends on "project-app". One of the dependency is jfreechart which itself depends on e.g. "gnujaxp". Now I dont want to package the gnujaxp

Re: maven 2 with jdk 1.3

2006-03-11 Thread Mario Ivankovits
Hi! >> PS Sanjay, you can find out what version a given class was compiled if >> you look at the unsigned short integers starting at byte offset 4, >> right after 0xCAFEBABE in every class file. See this Javaworld article >> for more details, page 2: >> http://www.javaworld.com/javaqa/2003-05/02-qa

broken link

2005-11-14 Thread Mario Ivankovits
Hi! The link to the "issue tracking" on http://maven.apache.orag/guides/development/guide-helping.html is broken. It points to http://maven.apache.org/guides/issue-tracking.html which shows a "page not found". --- Mario - T

Re: o.n.l.c.c.ComandException in maven-changelog-plugin

2004-05-26 Thread Mario Ivankovits
Mario Ivankovits wrote: site:run-reports: [echo] Generating the Change Log... maven-changelog-plugin:report: [echo] Generating the changelog report *org.netbeans.lib.cvsclient.command.CommandException* ChangeLog found: 0 entries Looks like this is (was) a bug in cvslib http

o.n.l.c.c.ComandException in maven-changelog-plugin

2004-05-26 Thread Mario Ivankovits
Hello ! I use Maven-1.0-rc3/cvslib-3.6 on windows xp. I try to regenerate the commons-vfs site and during the changelog creation i get the following output site:run-reports: [echo] Generating the Change Log... maven-changelog-plugin:report: [echo] Generating the changelog report *org.netbea