Problem when download Snapshot

2008-01-22 Thread jsoula
Hello, I used maven-2.0.8 and Archiva 1.0. I have a plugin with a version 1.2-TOMCAT6-SNAPSHOT. I deploy it into the entreprise company snapshot repository and the version becomes 1.2-TOMCAT6-20080121.095115-1 I clean my local repo but i have this error when i construct a project depend on

Re: [m1][archiva1.0] Configuring types

2008-01-22 Thread fabien.dubron
Posted on JIRA : http://jira.codehaus.org/browse/MRM-663 nicolas de loof-3 wrote: We will need to fix archiva, but for quick fix the only way I can suggest is to add a file:// URL to your maven.remote.repo propery and point to the repository where the EJB is deployed. Nico. --

Re: Cannot install on Windows!

2008-01-22 Thread Maria Odea Ching
Was the installation directory of Archiva in C:\Program Files\Research by any chance? Looks like it had a problem with the space in 'Program Files'.. Could you try it at the root directory instead? If the problem still persists, could you please file a jira for this? Thanks! -Deng On Jan 22,

Notification not working.

2008-01-22 Thread Hemant Malik
Hi, I am using continuum 1.1 webapp on tomcat 5.5. I have added notifiers using the continuum interface for the failure of the build of a project. But the notifications are not being sent, then i tried Jabber as well for gmail, it too went in vain. Do I need to configure something else too

Re: Notification not working.

2008-01-22 Thread Emmanuel Venisse
1. You must configure the mail/Session JNDI resource ( http://maven.apache.org/continuum/docs/1.1/installation/tomcat.html#Tomcat_5.5.x_Specifics ) 2. In WEB-INF/classes/META-INF/plexus/application.xml, you can configure the From Name/address 3. Restart your tomcat Emmanuel On Jan 22, 2008 12:09

Re: Build an ant project in Continuum1.1-beta-4

2008-01-22 Thread Emmanuel Venisse
Your scm url seems to not respect allowed format Emmanuel On Jan 22, 2008 3:05 PM, Dragan-Sassler Dorin [EMAIL PROTECTED] wrote: Hello, For evaluation Continuum1.1-beta-4 for my company, I load an ant project in continuum and I have configured the buil with a goal clean. When I start the

Continuum 1.1 slow to start up in standalone config

2008-01-22 Thread Oliver Enseling
Hi all, I am upgrading from continuum 1.0.3 to continuum 1.1. I have manually migrated all my 112 projects and build definitions to continuum 1.1 8-) Now, when I start continuum it takes about 30 minutes to start up. When I initially installed continuum 1.1 it only took a few seconds to start

Build an ant project in Continuum1.1-beta-4

2008-01-22 Thread Dragan-Sassler Dorin
Hello, For evaluation Continuum1.1-beta-4 for my company, I load an ant project in continuum and I have configured the buil with a goal clean. When I start the build, I get the following errro message: 2008-01-22 14:39:23,290 [pool-1-thread-1] INFO

including properties in the pom.xml from an external file

2008-01-22 Thread Guillaume Lederrey
Hello ! Is there a way to include properties in a pom.xml from an external file ? There was that possibility in Maveen 1 with a project.properties, but I cant find anything in the documentation of Maven 2 ... Did this disappear ? For what reason ? Thanks for your help ! -- Jabber : [EMAIL

Report for dependencyManagement and pluginManagement

2008-01-22 Thread nicklist
Does anyone know of a report which creates a page or pages for the dependencyManagement en pluginManagement with versions. I want to create a webpage to quickly have an overview of our companypom, but I rather would not want to need to update it by hand or in a different file. With regards,

Re: Enforce redeployment during Build

2008-01-22 Thread Thomas Tardy
I wasn't able to deploy the artefacts again with m2eclipse plugin. When I run the command in the console, it's being deployed again. Though m2eclipse is calling the command line, but it looks like it's doing something else. I'm using 2.0.8 and I don't see the message in the console and the

RE: Importing Maven Built Products into an ANT build

2008-01-22 Thread Matthew Tordoff
This is just the kind of thing I have been looking for! It is ideal for my situation :) Thankyou Matt -Original Message- From: Hervé BOUTEMY [mailto:[EMAIL PROTECTED] Sent: 21 January 2008 18:22 To: Maven Users List Subject: Re: Importing Maven Built Products into an ANT build Hi

Versionning of parent pom

2008-01-22 Thread Guillaume Lederrey
Hello ! By reading http://docs.codehaus.org/display/MAVEN/Release+Management I have the impression that I should be able to use something like : parent groupIdmyParentGroup/groupId artifactIdmyParentArtifact/artifactId

Re: M2 Cargo Plugin

2008-01-22 Thread Daniele De Francesco
Hi, you're right, poking through the cargo code, RELEASE, there exists only identifier jboss4x whereas in cargo-ant version does exist jboss42x identifier...too bad for me...sure they have a problem handling jboss 4.2.x. If you have any clues about it, let me know...thx Regards Daniele On Jan 18,

Re: Maven Doxia how to customize sections markup

2008-01-22 Thread catalin . kormos
Hi, Would there be any possibility to actualy provide a custom SiteRendererSink as part of the configuration, to the doxia site renderer plugin? maybe via the maven site plugin's configuration? Thanks, Catalin On 1/21/08, Catalin Kormos [EMAIL PROTECTED] wrote: Hi there, I'm involved

Re: Importing Maven Built Products into an ANT build

2008-01-22 Thread Thomas Tardy
Hello Hervé, what would you suggest to call maven goals as 'mvn install' and 'mvn deploy'? Using the exec-command in ant? Regards, Thomas On Jan 21, 2008 7:21 PM, Hervé BOUTEMY [EMAIL PROTECTED] wrote: Hi Matthew, Your use case seems ideal for Maven Ant Tasks: instead of running 'mvn

Suppressing maven clean

2008-01-22 Thread John Coleman
Hi, I'm breaking the mould a little by setting the target directory is a parent pom for a multiproject to a common directory so I can put that on the classpath of my runtime application - I don't want to JAR everytime I want to start my app. Problem is that clean plugin removes prior project

Re: Versionning of parent pom

2008-01-22 Thread Jeff MAURY
You must install or deploy your parent POM with the updateReleaseInfo flag to true. Jeff On Jan 22, 2008 10:53 AM, Guillaume Lederrey [EMAIL PROTECTED] wrote: Hello ! By reading http://docs.codehaus.org/display/MAVEN/Release+Management I have the impression that I should be able to use

Re: Versionning of parent pom

2008-01-22 Thread Guillaume Lederrey
Thanks ! I was looking at the documentation of the release plugin, and completely forgot the deploy plugin. It works fine now ... On 22/01/2008, Jeff MAURY [EMAIL PROTECTED] wrote: You must install or deploy your parent POM with the updateReleaseInfo flag to true. Jeff On Jan 22, 2008

Re: maven-release-plugin / release:prepare goal in batch mode with customized values

2008-01-22 Thread Julien CARSIQUE
Hello, Is there no answer for this need ? I saw a similar question in mail titled release-plugin: additional options for automation Thanks for help, Julien Julien CARSIQUE a écrit : Hello, I would like to automate more my releasing process. How can I feed release:prepare goal with the

Re: how can I to use build time in pom files

2008-01-22 Thread Rex Huang
yes, this is work, but I don't know why it can't transfer this value via properties. Rex On Jan 21, 2008 7:17 PM, Mick Knutson [EMAIL PROTECTED] wrote: actually, why can't you just add ${buildNumber} to your Versions.txt ??? On Jan 21, 2008 10:17 AM, Mick Knutson [EMAIL PROTECTED] wrote:

dependencies between modules in different multi-projects

2008-01-22 Thread Vytautas Čivilis
Hi, I have an issue regarding two (at least) multi-project sets. I have the similar layout: modules.core... ...defines module core (which defines modules.core as it's parent) modules.notCore... ...defines module wantCore (which defines modules.notCore as it's parent) Now,

how can I replace a java file?

2008-01-22 Thread Rex Huang
I want to use filter to generate a src/main/resources/filter/hello.java to replace the old one in src/main/java/com/my-company/hello.java resource in pom.xml resource directorysrc/main/resources/filter//directory filteringtrue/filtering includes

RE: Report for dependencyManagement and pluginManagement

2008-01-22 Thread nicklist
I have searched for this, but couldn't find it. I've started to implement these reports myself by reusing a lot of the project-info-reports. Current goals: dependencyManagement: Shows tables for the 5 scopes, just like goal dependencies. pluginManagement shows a table with all the plugins in

Config MANIFEST.MF

2008-01-22 Thread Arthur Rodrigues Stilben
How can I configure the MANIFEST.MF in the Maven ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

need maven-plugins-2-SNAPSHOT.pom and maven-plugins-2-SNAPSHOT.pom.sha1

2008-01-22 Thread Elans
Hi, Need an urgent help... Can anyone share the below given files ? /org/apache/maven/plugins/maven-plugins/2-SNAPSHOT/maven-plugins-2-SNAPSHOT.pom and /org/apache/maven/plugins/maven-plugins/2-SNAPSHOT/maven-plugins-2-SNAPSHOT.pom.sha1 It will be great if the files will be sent to my id

Re: Config MANIFEST.MF

2008-01-22 Thread Olivier Lamy
Hi, You can have a look here http://maven.apache.org/shared/maven-archiver/index.html and here http://maven.apache.org/plugins/maven-jar-plugin/examples/manifest-customization.html. Maven Archiver is used to generate the MANIFEST.MF file. -- Olivier 2008/1/22, Arthur Rodrigues Stilben [EMAIL

how can I replace a java file?

2008-01-22 Thread Rex Huang
I want to use filter to generate a src/main/resources/filter/hello.java to replace the old one in src/main/java/com/my-company/hello.java resource in pom.xml resource directorysrc/main/resources/filter//directory filteringtrue/filtering includes

how to replace a java file

2008-01-22 Thread Rex Huang
I want to use filter to generate a src/main/resources/filter/hello.java to replace the old one in src/main/java/com/my-company/hello.java resource in pom.xml resource directorysrc/main/resources/filter//directory filteringtrue/filtering includes

Clearcase Snapshot View Synchronisation

2008-01-22 Thread Richard M Smith
Can anyone supply some sample code for automatically synchronising a Clearcase snapshot view prior to a build? I am in the process of switching my Maven 2 Java build from Visual Source Safe to ClearCase (new to me). plugin artifactIdmaven-scm-plugin/artifactId

Re: Build an ant project in Continuum1.1-beta-4

2008-01-22 Thread Emmanuel Venisse
You must use a Maven-SCM URL. Valid format are described there: http://maven.apache.org/scm/cvs.html Emmanuel On Jan 22, 2008 4:21 PM, Dragan-Sassler Dorin [EMAIL PROTECTED] wrote: Hi Emmanuel, My scm url in continuum is :pserver:[EMAIL PROTECTED]:/vamTA The following command works im

Re: maven-release-plugin / release:prepare goal in batch mode with customized values

2008-01-22 Thread Tom Huybrechts
http://www.nabble.com/batch-release-of-a-set-of-projects-without-using-the-default-versioning-scheme-to11067663.html#a11067663 maybe that helps On Jan 22, 2008 2:08 PM, Julien CARSIQUE [EMAIL PROTECTED] wrote: Hello, Is there no answer for this need ? I saw a similar question in mail titled

Cannot install on Windows!

2008-01-22 Thread Clifton
I've been watching the Archiva project for a while now and I really want to start using it since its been released. However, I've never been successful in getting Archiva to install and run properly. I just downloaded the standalone distro this morning and tried running run.bat console and I get

AW: Build an ant project in Continuum1.1-beta-4

2008-01-22 Thread Dragan-Sassler Dorin
Hi Emmanuel, My scm url in continuum is :pserver:[EMAIL PROTECTED]:/vamTA The following command works im dos box (checkout module java): cvs -d :pserver:[EMAIL PROTECTED]:/vamTA checkout java The command cvs -d :pserver:[EMAIL PROTECTED]:/vamTA ls has the output: java lib generate I'm working

RE: how to replace a java file

2008-01-22 Thread nicklist
This is not going to work. There is a difference between sources and resources. And filtering is also not what you want. Resources are copied to target/classes and never compiled. Filtering is used to replace ${variable} kind of things. This is not easy to accomplish. Maybe you could first

Re: maven-release-plugin / release:prepare goal in batch mode with customized values

2008-01-22 Thread Daniel Kulp
There is a JIRA for this: http://jira.codehaus.org/browse/MRELEASE-173 Dan On Tuesday 22 January 2008, Julien CARSIQUE wrote: Hello, Is there no answer for this need ? I saw a similar question in mail titled release-plugin: additional options for automation Thanks for help, Julien

Running Hibernate tests in integration-test phase

2008-01-22 Thread Paul Benedict
Is it possible -- or even worthwhile -- to run Hibernate testing in the Maven integration-test phase? Typically, I have been running all my tests (unit and integration) under the test phase. Can Maven handle splitting them apart? I am trying to keep my test phase to be pure unit testing. If so,

example section MANIFEST

2008-01-22 Thread Arthur Rodrigues Stilben
How can I produce a manifest file like this: Manifest-Version: 1.0 Ant-Version: Apache Ant 1.6.5 Created-By: 1.4.2_10-b03 (Sun Microsystems Inc.) Built-By: lukas Maven-Version: 1.1-beta-3-SNAPSHOT Name: org/apache/maven Extension-name: org.apache.maven Specification-Title: Create jar files

AW: Build an ant project in Continuum1.1-beta-4

2008-01-22 Thread Dragan-Sassler Dorin
Thanks. It works! Ciao, Dragan-sassler -Ursprüngliche Nachricht- Von: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 22. Januar 2008 16:32 An: [EMAIL PROTECTED] Betreff: Re: Build an ant project in Continuum1.1-beta-4 You must use a Maven-SCM URL. Valid format are

Re: section MANIFEST

2008-01-22 Thread Tom Huybrechts
http://maven.apache.org/plugins/maven-jar-plugin/jar-mojo.html http://maven.apache.org/shared/maven-archiver/index.html#class_manifestSection On Jan 22, 2008 5:06 PM, Arthur Rodrigues Stilben [EMAIL PROTECTED] wrote: How can I insert a section in MANIFEST? Arthur Rodrigues Stilben

section MANIFEST

2008-01-22 Thread Arthur Rodrigues Stilben
How can I insert a section in MANIFEST? Arthur Rodrigues Stilben - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: example section MANIFEST

2008-01-22 Thread Wayne Fay
And while we're talking, can you please stop sending new emails with slightly changed subjects on the same topic? Can you please instead just reply to the existing thread? I see 3-4 email threads from you, all about the Manifest.mf file, all from this morning, and people are replying to your

Re: how to replace a java file

2008-01-22 Thread Heinrich Nirschl
On Jan 22, 2008 5:38 PM, Rex Huang [EMAIL PROTECTED] wrote: for example, I had a Version.java public class Version { private static String VERSION = ${buildNumber}; public static String getVersion() { return VERSION; } } I need to set version number when compile, so I

Re: including properties in the pom.xml from an external file

2008-01-22 Thread Rex Huang
Take out the properties from pom file is sensible, it make it easy to configuration. I don't know whether profile can do this. Rex On Jan 22, 2008 5:32 PM, Wayne Fay [EMAIL PROTECTED] wrote: Yes, it is no longer available. What is your use case? Most things can be handled with filters and/or

Re: how to replace a java file

2008-01-22 Thread Wayne Fay
When Maven builds a jar, it writes a file named pom.properties to: /META-INF/maven/groupId/artifactId/pom.properties It looks like this: #Generated by Maven #Thu Sep 13 15:43:41 PDT 2007 version=2.0 groupId=org.apache.maven.plugins artifactId=maven-ant-plugin You can just read this file directly

Re: how to replace a java file

2008-01-22 Thread Rex Huang
for example, I had a Version.java public class Version { private static String VERSION = ${buildNumber}; public static String getVersion() { return VERSION; } } I need to set version number when compile, so I use filter to change the version information in java file. Rex On

mojo bug when not in a reactor ?

2008-01-22 Thread Nigel Magnay
Hi I use the standard bit of code to get all the transitively-resolved artifacts from a project : Artifact art2 = some artifact in the repository ... resolver.resolve(art2, remoteRepositories, localRepository); MavenProject pomProject = mavenProjectBuilder.buildFromRepository( art2,

Re: including properties in the pom.xml from an external file

2008-01-22 Thread Wayne Fay
Yes, it is no longer available. What is your use case? Most things can be handled with filters and/or properties in your pom or profile. Wayne On 1/22/08, Guillaume Lederrey [EMAIL PROTECTED] wrote: Hello ! Is there a way to include properties in a pom.xml from an external file ? There was

Re: example section MANIFEST

2008-01-22 Thread Wayne Fay
You can create your own MANIFEST.MF file and put it in src/main/resources/META-INF, and it should be picked up and inserted into your Jar automatically. Then you can use whatever format, content, etc that you desire. You can even use filtering to get Maven to insert version etc. Wayne On

Sorry

2008-01-22 Thread Arthur Rodrigues Stilben
I feel so sorry about my insistence. But I have a little problem that still can't resolve. I want to put a section at the menisfest using this code: build !--defaultGoalpackage/defaultGoal-- plugins plugin groupIdorg.apache.maven.plugins/groupId

Re: [M2] correct goal sequence for multimodule site generation

2008-01-22 Thread jblack
Thanks David. dvicente wrote: HI, The second 'site' run is apparently needed for the dashboard plugin : it's wrong. the site goal must be done completly before doing the dashboard, not twice. in your case : mvn clean install site mvn dashboard-report:dashboard mvn

Re: Sorry

2008-01-22 Thread Robert Winch
I haven't used this functionality, so I can't confirm this will work but try using manifestSection as described here http://maven.apache.org/shared/maven-archiver/index.html (the jar plugin references this plugin for details about manifest generation). On Jan 22, 2008 11:20 AM, Arthur Rodrigues

Re: Sorry

2008-01-22 Thread Kalle Korhonen
This works: manifestSections manifestSection namecom/company/mine/name manifestEntries Currently using it. Kalle On 1/22/08, Arthur Rodrigues Stilben [EMAIL PROTECTED] wrote: I

[M2] broken build because repos unreachable for plugin update check

2008-01-22 Thread jblack
An interesting and unexpected situation this morning... Our artifactory server lost power and was unreachable. Our projects are configured in their repositories and pluginRepositories sections to use artifactory as 'central'. So now maven complains it can't find the standard maven 'clean'

How to provide sources during development?

2008-01-22 Thread Thomas Tardy
Hello, I'm looking for a solution to provide the sources to the developers. When they have to debug their application it's realy helpful if they have access to the sources of e.g. our framework. I know the source plugin, which is creating a 2nd jar containing the sources. But the problem with

directory level access control

2008-01-22 Thread brewk9
I would like to implement security to grant write access for each team only to their top level directories(groupId's). Each group would have read access to the entire repository. For example, team A would only have write access to directory com.mycompany.teamA but read access to the whole

Re: [M2] broken build because repos unreachable for plugin update check

2008-01-22 Thread simon
On Tue, 2008-01-22 at 09:38 -0800, jblack wrote: An interesting and unexpected situation this morning... Our artifactory server lost power and was unreachable. Our projects are configured in their repositories and pluginRepositories sections to use artifactory as 'central'. So now maven

[M2] Maven and JavaFX

2008-01-22 Thread Peter Pilgrim
Hiya Has anyone done an work integrating Maven 2 and JavaFX? -- Peter A. Pilgrim Java EE Software Development / Design / Architecture(``A Sun Java Champion'') :: http://jroller.com/peter_pilgrim :: :: http://jroller.com/javawug ::

[m2] site.xml for dashboard reports?

2008-01-22 Thread Mick Knutson
I am running dashboard plugin for a multi-module project and find that all the reports do not seem to use my src/site/site.xml file for the reports. -- Thanks, Mick Knutson http://www.baselogic.com http://www.blincmagazine.com http://www.djmick.com http://www.myspace.com/mickknutson

Re: Running Hibernate tests in integration-test phase

2008-01-22 Thread Wayne Fay
The integration-test topic comes up pretty regularly on this list, so do search the archives for more discussion. We usually point people to notes on the wiki: http://docs.codehaus.org/display/MAVENUSER/Maven+and+Integration+Testing Wayne On 1/22/08, Paul Benedict [EMAIL PROTECTED] wrote: Is

Re: How to provide sources during development?

2008-01-22 Thread Thomas Tardy
I'm using the m2eclipse plugin. How can I install and deploy the generated source jars? I added the following plugin configuration to my project. build plugins plugin groupIdorg.apache.maven.plugins/groupId

Re: [M2] broken build because repos unreachable for plugin update check

2008-01-22 Thread jblack
Of course! Forgot about that one. This gets us working again. I will add this to our lessons learned so we don't have the same pain the next time around. Thanks. Simon Kitching-4 wrote: On Tue, 2008-01-22 at 09:38 -0800, jblack wrote: An interesting and unexpected situation this

Re: Running Hibernate tests in integration-test phase

2008-01-22 Thread Michael Meyer
Paul Benedict schrieb: Is it possible -- or even worthwhile -- to run Hibernate testing in the Maven integration-test phase? I don't see the advantige of the integration-test phase. We always build our project with mvn clean install. The install phase also includes the integration-test phase

Re: How to provide sources during development?

2008-01-22 Thread Nick Stolwijk
If it is only for eclipse that you want to bundle them, try: mvn eclipse:eclipse -DdownloadSources=true -DdownloadJavadocs=true [1] Hth, Nick Stolwijk [1] http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html Thomas Tardy wrote: Hello, I'm looking for a solution to provide

Re: [M2] broken build because repos unreachable for plugin update check

2008-01-22 Thread Wendy Smoak
On Jan 22, 2008 10:38 AM, jblack [EMAIL PROTECTED] wrote: An interesting and unexpected situation this morning... Our artifactory server lost power and was unreachable. Try adding -U on the command line to force updates. If it failed once, (when the repo was down,) by default it won't check

RES: Sorry

2008-01-22 Thread Arthur Rodrigues Stilben
Thank you for help! Arthur Rodrigues Stilben De: Kalle Korhonen [EMAIL PROTECTED] Enviado: terça-feira, 22 de janeiro de 2008 15:36 Para: Maven Users List Assunto: Re: Sorry This works: manifestSections

Re: EJB WebSphere dependencies

2008-01-22 Thread Lee Meador
Marcus, The error seems to indicate a missing jar that the WebSphere J2EE jar depends on. You can find the right WebSphere jar, update your j2ee.pom and deploy the missing jar with a dummy pom. I have found that to be a frustrating way to do it. If you are not using WebSphere specific features,

Re: including properties in the pom.xml from an external file

2008-01-22 Thread Lee Meador
Rex, I find it just as easy to put the properties in my pom.xml. I put them at the bottom so they are easy to find. Here are the properties I used in a recent program (and now you know how out of date I am with that program) properties spring.version1.2.6/spring.version

how to manually change a jar from SNAPSHOT to release?

2008-01-22 Thread Ken Liu
Hi all - I am getting close to releasing a project and am trying to nail down all the SNAPSHOT dependencies. I have one plugin (jboss-sar), which was never released, and only has a 2.0-SNAPSHOT version available. I want to take this jar and assign a release number to it to be installed in our

Re: how to manually change a jar from SNAPSHOT to release?

2008-01-22 Thread Stephen Connolly
There are two ways: 1. Give it a new version number (e.g. 2.0-yourcompany-1) because you may want to re-build it if/WHEN you find issues with your build, and if you don't attach a build/version to the version number you'll be in trouble. Also you should prefix the build/version with yourcompany

Re: how to manually change a jar from SNAPSHOT to release?

2008-01-22 Thread Ken Liu
Hi Stephen - Thanks for your reply. Those euro-cents are worth a a lot more than my $.02. I'm leaning toward option #1. To clarify, I wasn't planning on rebuilding the jar from the source, just taking the SNAPSHOT jar from the public repo. In fact, I don't intend to ever have to do this again

Re: EJB WebSphere dependencies

2008-01-22 Thread David J. M. Karlsen
Lee Meador wrote: Marcus, The error seems to indicate a missing jar that the WebSphere J2EE jar depends on. You can find the right WebSphere jar, update your j2ee.pom and deploy the missing jar with a dummy pom. I have found that to be a frustrating way to do it. That's why I prefer

maven-eclipse-plugin and hierachical project layout

2008-01-22 Thread geirgp
I have 2 projects tied together by a main project which has packaging pom and both the other projects as modules. directory layout is as folows: - workspace |- my-project-main |- pom.xml (packaging=pom,modules=common,framework) |- my-project-common |- pom.xm |-

Re: maven-eclipse-plugin and hierachical project layout

2008-01-22 Thread Jan Torben Heuer
geirgp wrote: I have 2 projects tied together by a main project which has packaging pom and both the other projects as modules. directory layout is as ..and .project and .classpath files are generated for each of the (maven)projects individually The main project's classpath does not

Any tool available for generating docs from pom.xml?

2008-01-22 Thread amit kumar
Hi, I know this would sound stupid ( as it sounded to me when asked ), but is there any such tool using which you can generate a doc in tabular format with the information stored in pom.xml mainly the dependency part. Please let me know in case there exists one tool. Regards, Amit

Re: Report for dependencyManagement and pluginManagement

2008-01-22 Thread Wayne Fay
I would say, yes, they would be useful. I'm sure there are numerous people who might like to add them to their existing build. Wayne On 1/22/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have searched for this, but couldn't find it. I've started to implement these reports myself by reusing