result of help:describe command

2006-08-25 Thread john_sh
i executed the command help:describe, it seems maven first downloaded it's necessary files for this command , dose the unknown word at the end, indicates that the plugin does not have this goal? F:\java\projects\v2.x>mvn help:describe -DgroupId=org.apache.maven.plugins -Dart ifactId=maven-exo-plu

Should Acegi be packaged into ear or war?

2006-08-25 Thread Naresh Bhatia
I am packaging my web application as an ear file because it uses EJBs. I am using Acegi for security. However if I add Acegi as a dependency in the war subproject then it pulls in bunch of other jars that are also needed in my ejb subproject (such as spring) and I run into classloader issues at run

Re: maven-overlay and jetty6 plugin

2006-08-25 Thread Matt Raible
On 8/25/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: On 8/25/06, Matt Raible <[EMAIL PROTECTED]> wrote: > On 8/25/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > > what's the problem? jetty:run? you can use war:inplace jetty:run > > Yeah, jetty6:run doesn't work. jetty6:run-war and jetty6:run-e

Re: maven-overlay and jetty6 plugin

2006-08-25 Thread Carlos Sanchez
On 8/25/06, Matt Raible <[EMAIL PROTECTED]> wrote: On 8/25/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > what's the problem? jetty:run? you can use war:inplace jetty:run Yeah, jetty6:run doesn't work. jetty6:run-war and jetty6:run-exploded both seem to work fine, but don't pick up changes tha

Re: maven-overlay and jetty6 plugin

2006-08-25 Thread Matt Raible
On 8/25/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: what's the problem? jetty:run? you can use war:inplace jetty:run Yeah, jetty6:run doesn't work. jetty6:run-war and jetty6:run-exploded both seem to work fine, but don't pick up changes that I make/save in my IDE. Note: I say jetty6 vs. jet

Re: maven-overlay and jetty6 plugin

2006-08-25 Thread Carlos Sanchez
what's the problem? jetty:run? you can use war:inplace jetty:run On 8/25/06, Matt Raible <[EMAIL PROTECTED]> wrote: While the war-overlay feature appears to work pretty well, it doesn't work at all with the jetty6 plugin. Is this a known issue? Are there any plans to fix this, or should I talk

Customized settings.xml is never loaded

2006-08-25 Thread Jiaqi Guo
To deploy packages to remote repository through scp, I created the settings.xml under /bin/linux/conf/ where username(different from current user of os), privateKey of distribution server and a non-default localRepository path are defined. From the log file it seems the settings.xml file is loaded

maven-overlay and jetty6 plugin

2006-08-25 Thread Matt Raible
While the war-overlay feature appears to work pretty well, it doesn't work at all with the jetty6 plugin. Is this a known issue? Are there any plans to fix this, or should I talk to someone on a different (jetty) mailing list? Without this feature, it doesn't seem that AppFuse can be a war libr

m2eclipse & eclipse:eclipse

2006-08-25 Thread Douglas Ferguson
I have a few questsion about m2eclipse: 1) When configuring the external tool how do you specify a profile? 2) What settings.xml will get read? I am not sure that either my maven_install_dir/settings.xml or ~/.m2/settings.xml are getting read. 3) Can someone explain what update source directies

Re: probs with profiles - really stuck...

2006-08-25 Thread Max Cooper
I have personally found the profile mechanism to be tricky to setup, but you can generally achieve your goals by applying various activation techniques, etc. Profiles can be activated by properties. You could use a property to activate your dev-crimson profile, specified like 'mvn -DtargetEnv

Flex application

2006-08-25 Thread Keith Marshall
We have a Flex application that communicates with a J2EE back end that we are using Maven to build the project with. I am looking for any information that may be available on using Maven to include the Flex files in my build also. Keith A. Marshall, B.Sc. Lead Developer Order and Account Manageme

Re: [m2] eclipse:eclipse and eclipse 3.2 projects within a project suppo

2006-08-25 Thread Max Cooper
Valerio Schiavoni wrote: Hello Max, Max Cooper wrote: If you have a structure like this: root |--module1 |--module2 |--submodule2-1 my structure is a bit simpler, without nested submodules. Okay, like this: root |--module1 |--module2 Max Cooper wrote: ... you would have to make

JIRA issues - maven-changes-report

2006-08-25 Thread Satish
I was able to configure the maven-changes plugin for JIRA, but how to generate a report. my baisc question is: how does maven/svn knows what issues got fixes as part of checkin? Does the developer needs to mention this data in some xml file. I have read some where that if you configure the JIRA

Maven 2 Ant Plugin: Java task fails but build succeeds

2006-08-25 Thread Snir Kodesh
I've been following the "Better Builds with Maven" ant plugin creation example (found on 5.4.2) to create an ant plugin which will leverage the task by adding the ant library to the maven-plugin-plugin. I've forked the JVM, specified a classpath, and made the appropriate java calls.The plugin is f

Re: Maven 1 dependancy Problem with jnlp

2006-08-25 Thread Stephane Nicoll
Hi, On 8/25/06, swebb <[EMAIL PROTECTED]> wrote: I am using maven 1 and using the jnlp goal to generate a jnlp file and sign the associated jar files. The problem I have is that one of the jar files is generated by the build as well as the normal project generated jar. Because the jar is generat

Root.dir or basedir

2006-08-25 Thread EJ Ciramella
Is/are there some variable that allows something like ${basedir} type usage in pom.xml? Is there some variable for the current working directory of the pom.xml that's getting used?

maven emma plugin

2006-08-25 Thread Satish
how to configure the maven emma plugin and where to get this from. Any body got success integrating this in Maven2 emma.jar emma-ant.jar maven-emma-plugin.jar Thanks, Satish -- View this message in context: http://www.nabble.com/maven-emma-plugin-tf2166530.html#a5989608 Sent from the Maven -

Re: [M2] Problem deploying to filesystem on remote server

2006-08-25 Thread Doug Douglass
Hmmm, the deploy succeeds but the artifact is neither local (like before) nor on the specified remote host? Perhaps running maven with -X will give some more detail on where the deploy is actually going. You might also try running the deploy manually via the deploy:deploy-file goal with the same

SCP Deploy

2006-08-25 Thread Douglas Ferguson
I just starting trying to do an SCP based deploy and for some reason it is attempting to use my current user rather than the user I have set in the settings.xml under server. internal user pass

Maven 1 dependancy Problem with jnlp

2006-08-25 Thread swebb
Hi there, I am using maven 1 and using the jnlp goal to generate a jnlp file and sign the associated jar files. The problem I have is that one of the jar files is generated by the build as well as the normal project generated jar. Because the jar is generated it isn't in the dependancy list so th

RE: probs with profiles - really stuck...

2006-08-25 Thread EJ Ciramella
Even more fun - if I specify a profile that only exists in my settings.xml file, some of the resources don't even get processed. What gives? -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Friday, August 25, 2006 1:47 PM To: Maven Users List Subject: RE: probs with

RE: probs with profiles - really stuck...

2006-08-25 Thread EJ Ciramella
If two profiles are loaded and both have a property set in it, which one takes precedence? -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Friday, August 25, 2006 11:42 AM To: Maven Users List Subject: RE: probs with profiles - really stuck... Is there really no wa

Re: Using Java System Properties in pom.xml

2006-08-25 Thread Jimisola Laursen
Hi, It's a String: /** * @parameter expression="${outputFile}" */ String outputFile; I'll change it to File and see if that does the works.. Thank you for your information. This might be something for "the FAQ" or Wiki? Regards, Jimisola Nick Veys wrote: > > Jimisola: >

Re: Question on process to request new artefact's to be uploaded to ibiblio or other Maven repos

2006-08-25 Thread Carlos Sanchez
http://www.mvnregistry.com/search/version/77734 On 8/25/06, Rob Walker <[EMAIL PROTECTED]> wrote: I'm fairly new to maven and wonder whether there is a process/place to request a new artifact version be placed on ibiblio or other Maven repos site. The specific artifact of interest is Jetty 6.0.0

AW: [M2] Problem deploying to filesystem on remote server

2006-08-25 Thread Amshoff Christoph, Köln
Doug, thanks for your reply... I was a bit surprised to get none up to now ;o) So thanks a lot. Well, you are right, the file was put into a local directory. So I changed the URL to the file://host/share/some/path style: central FJA Internal Repository file://xxx/yyy/mave

Re: Snapshot Locations for maven-plugins a maven-assembly-plugin

2006-08-25 Thread John Casey
Add this: apache.snapshots http://people.apache.org/repo/m2-snapshot-repository Then, when you run the build, use the -U option to refresh your plugins. If that doesn't work, let me know. -john On 8/25/06, Alexis Midon <[EMAIL PROTECTED]> wrote: Hi all, I'd like to use a sn

RE: Question on process to request new artefact's to be uploaded to ibiblio or other Maven repos

2006-08-25 Thread Jeff Jensen
http://maven.apache.org/guides/mini/guide-ibiblio-upload.html -Original Message- From: Rob Walker [mailto:[EMAIL PROTECTED] Sent: Friday, August 25, 2006 10:13 AM To: users@maven.apache.org Subject: Question on process to request new artefact's to be uploaded to ibiblio or other Maven r

RE: probs with profiles - really stuck...

2006-08-25 Thread EJ Ciramella
Is there really no way to do this folks? This would really nuke our maven progress at this point. -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Thursday, August 24, 2006 6:48 PM To: Maven Users List Subject: probs with profiles I have a question about profiles a

M2 ClearCase ... and continuum...

2006-08-25 Thread Benoit Xhenseval
Hi All I know it *could* be a question for Continuum but: Scm Clearcase is using "\\mymachine\viewstore" which of course is no good for me I have followed http://maven.apache.org/scm/clearcase.html Which specifies to create a clearcase-setting.xml in a directory .scm under my home directory. T

Question on process to request new artefact's to be uploaded to ibiblio or other Maven repos

2006-08-25 Thread Rob Walker
I'm fairly new to maven and wonder whether there is a process/place to request a new artifact version be placed on ibiblio or other Maven repos site. The specific artifact of interest is Jetty 6.0.0rc1 (rc0 is already present). Please excuse if this is not the appropriate mailing list - and re

Re: [for newbie] ClearCase configuration

2006-08-25 Thread Benoitx
Has anybody found the solution? I have the clearcase-setting.xml file but where shall I put it to be taken into account by Continuum-1.0.3 Thanks Benoit -- View this message in context: http://www.nabble.com/ClearCase-configuration-tf2026205.html#a5985271 Sent from the Continuum - Users forum

maven site, apt: how to nested tables?

2006-08-25 Thread Valerio Schiavoni
hello, i need to render nested tables. i tried the following apt code, but the nested table is displayed as verbatim code: *--*---: | flat | nested| | attribute| | | | *-*-: | | | | _B_ | _C_ | | | | *-*-: |

RE: [m2] Frustration getting Maven 2 and Hibernate working together

2006-08-25 Thread Johann Reyes
Hello Matt The dependencies issue its fixed in the hibernate tools dependency that's in queue to be uploaded (http://jira.codehaus.org/browse/MAVENUPLOAD-1053). These dependencies would depend on jars that are in the maven repo like the Geronimo's JTA implementation. So as soon these dependenci

Distribution Management

2006-08-25 Thread Douglas Ferguson
If I define a repository in distribution management so that it deploys to an internal repository. Do I also have to define it as a repository a profile if I want team mates to resolve dependences from that internal repository rather than building source, or does having the distribution manageme

Re: configuration for subversion username/pw

2006-08-25 Thread Emmanuel Venisse
you can use http://username:[EMAIL PROTECTED]/path.pom.xml Emmanuel [EMAIL PROTECTED] a écrit : Hello, I am trying to add a maven2 project to continuum from a subversion repository that has a username/password authentication required for read access. Is there a configuration file that I can

Re: [M2] Problem deploying to filesystem on remote server

2006-08-25 Thread Doug Douglass
Christoph, Have you resolved this problem yet? I think you may find that maven deployed your artifact into a local directory. Look for a directory in the root of your local filesystem with the same name as the remote host. I say this because your file url doesn't appear to be correct for a remot

Re: Configuring build process on cvs checkin?

2006-08-25 Thread Emmanuel Venisse
you can try to remove it manually in your working directory and force a build Emmanuel Kapil Gupta a écrit : Hi Emmanuel, Even after adding my target directory in the cvsignore file, continuum is still building the project when there is no source code change. The build report shows that there

maven-abbot-plugin to test webstart application

2006-08-25 Thread Chris Kohlhepp
Hello All, I have a beginner's question. And I know nothing about Maven :) What I am trying to do is to use the maven-abbot-plugin from within Abbot to conduct end user testing of an arbitrary Java webstart application. Does anyone have any experience with this ? I have looked at the documentat

RE: Configuring build process on cvs checkin?

2006-08-25 Thread Kapil Gupta
Hi Emmanuel, Even after adding my target directory in the cvsignore file, continuum is still building the project when there is no source code change. The build report shows that there is change in target folder. Regadrs, Kapil -Original Message- From: Emmanuel Venisse [mailto:[EMAIL P

Re: POM not downloaded from remote repository for patched plugin

2006-08-25 Thread Doug Douglass
What version did you give your modified maven-surefire-plugin? When creating locally modified versions of plugins, it's a very good idea (best practice???) to give them a very clear/specific version that differentiates them from the "main" versions. For example, if your surefire modifications wer

Re: Using Java System Properties in pom.xml

2006-08-25 Thread Nick Veys
Jimisola: The parameter that is getting its slashes altered, is it a String or File in the the Mojo? If it is just a String, try a File, I've seen your problem before and I believe that handled it. On 8/25/06, Jimisola Laursen <[EMAIL PROTECTED]> wrote: Hi! Are we taking about the same thing

Re: xref not generating class html docs:SOLVED

2006-08-25 Thread Jeff Mutonho
On 8/18/06, Jeff Mutonho <[EMAIL PROTECTED]> wrote: The xref reports generated for my project are broken.I can see the packages frame(on the top left hand corner) and the list of packages in the module.Underneath the packages frame there also is classes frame with a list of all the classes(as h

RE: [m2] eclipse:eclipse and eclipse 3.2 projects within a project suppo

2006-08-25 Thread Douglas Ferguson
I also am using hierarchial projects. I got 3 levels deep and it works fine. It only creates project files for the leaf nodes. The parent poms (packaging=pom) will not get project files. I am having 1 problem with eclipse:eclipse. I have a parent pom that isn't intended to be portable. It uses

Re: Better to use variables or hard-coded paths?

2006-08-25 Thread Daniel Serodio
Scott Ryan wrote: > We actually use the same application context but use the test resources > construct to pull it out of the main build path for use during testing. You > just need to include the xml files from the main tree in your resources > during testing and it works very nice. We use a

configuration for subversion username/pw

2006-08-25 Thread ashley . m . jarvis
Hello, I am trying to add a maven2 project to continuum from a subversion repository that has a username/password authentication required for read access. Is there a configuration file that I can add my username/pw credentials to ? or is a there a directory within continuum that I can place a

New release of XDoclet plugin?

2006-08-25 Thread Jörg Schaible
Hi folks, is there any chance of a new release of the XDocelt plugin with actualized versions? Especially the dep to the antrun plugin 1.0 does major grief, since it breaks any multi-module builds that usilize both plugins. - Jörg ---

RE: Broken build due to antrun version

2006-08-25 Thread Jörg Schaible
Jörg Schaible wrote on Friday, August 25, 2006 11:35 AM: > Hi folks, > > we encounter a problem with the version(s) of the antrun > plugin. We configured this plugin for a module successfully > and it works as expected. The problem is that the build > breaks in multi-module mode i.e. if the modul

Snapshot Locations for maven-plugins a maven-assembly-plugin

2006-08-25 Thread Alexis Midon
Hi all, I'd like to use a snapshot version of the assembly plugin, but I can't found out a snapshot repository. Can someone tell me if such a repo is available or should I build a snapshot by myself? Thanks in advance, Alexis

RE: [m2] copy of Central Repository

2006-08-25 Thread Jeff Jensen
That's fine, these products allow manual installation as well (in fact, they expect you to). This handles the use cases of using commercial artifacts (Oracle, MQ Series, and Java itself, etc.) and installing artifacts from your own company's products. By your statement, I wonder if you misunderst

Re: POM not downloaded from remote repository for patched plugin - SOLUTION

2006-08-25 Thread Szak�ly
Hi, Maria, -U did not help and it seems that ther problem is that in case of this praticular plugin and only in case its POM file Maven tries to download it only from the Central Maven directory and not from our one. (The configuration is good because other plugins of ours are working perfectly.)

Re: building several jar files using maven-jar-plugin

2006-08-25 Thread Geoffrey De Smet
There's a guide on "using maven when you can't use the conventions" or something that explains one way to do this: basically create a different pom.xml for each jar and let them use common directory's. chua wrote, On 2006-08-25 11:32 AM: Hello, I have a maven1 project and I want to migrate it

Re: POM not downloaded from remote repository for patched plugin

2006-08-25 Thread Maria Odea Ching
Hi Gergely, Have you tried executing mvn install with -U to update the plugins for the project? e.g. mvn install -U Hope this helps :-) Thanks, Odea Gergely Szakály wrote: Hi all, I made a modification to the surefire plugin for use in our project (to modify the classloading order). I in

Preventing archetype resources being parsed

2006-08-25 Thread geir.arnesen
Anyone knows if it is possible of preventing archetype resources being subject to parsing. I have developed an archetypeArtifact for creating a web application skeleton based on an inhouse pattern. The project contains several .java files, - and also graphics. The problem is that all files defined

Re: maven1 doesn't download artifacts from Archiva...

2006-08-25 Thread Nicolas De Loof
I don't find support for Last-Modified header in webwork StreamResult. I never used webwork before, so I don't knwo where to search... I'd like to add this to ProxyAction : private Date lastModified; public String execute() throws ProxyException { ... lastModified = ne

Re: maven1 doesn't download artifacts from Archiva...

2006-08-25 Thread Nicolas De Loof
I was wrong in this diagnostic. Sounds like a Wagon bug : When artifact doesn't exists, maven ask for last-modified = 0 Archiva response has no last-modified header, so wagon uses lastModified=0 The response content is extracted from HTTP response only if (timestamp < lastModified). -> Thi

POM not downloaded from remote repository for patched plugin

2006-08-25 Thread Szak�ly
Hi all, I made a modification to the surefire plugin for use in our project (to modify the classloading order). I installed the plugin to our company Maven repository. The surprise: when running Maven, Maven recognises the new version of the plugin, the JAR file of the patched plugin is downloaded

[m2 2.0.4] maven-release-plugin 2.0-beta-4 fails with ejb-client depency type to perform prepare

2006-08-25 Thread Markku Saarela
For all ejb-client type depencies in multiproject system fails to resolve artifacts: varma.yrpro.income dbserviceejb 1.0-SNAPSHOT ejb-client produces error like this: [INFO] Failed to resolve artifact. Missing: -- 1) varma.yrpro.income:dbserviceejb:ejb-clie

Re: maven1 doesn't download artifacts from Archiva...

2006-08-25 Thread Nicolas De Loof
Maven1 is sending an "If-Modified-Since" header. Sounds like Archiva doesn't send the file. As it just downloaded it, I supose file in managed repo has lastchanged date to "now". So this sounds like an Archiva bug. Nicolas De Loof a écrit : I've setup my archiva as a maven proxy and can ge

Broken build due to antrun version

2006-08-25 Thread Jörg Schaible
Hi folks, we encounter a problem with the version(s) of the antrun plugin. We configured this plugin for a module successfully and it works as expected. The problem is that the build breaks in multi-module mode i.e. if the module is not build locally. After looking though the debug output for a

building several jar files using maven-jar-plugin

2006-08-25 Thread chua
Hello, I have a maven1 project and I want to migrate it to maven2. In maven2 doesn´t exist maven.xml and I have to do all the things that did maven.xml using plugins. My maven.xml did a war of the project but It did several things more. For doing the same things as maven.xml I have to create a di

displayFileDetailUrl with ViewVC & SVN

2006-08-25 Thread Rob MavenUser
Does anybody has a simple pom.xml with an example of configuration ? (Maven2 changelog plugin) I do not see anything on the website. Thanks Rob -- View this message in context: http://www.nabble.com/displayFileDetailUrl-with-ViewVC---SVN-tf2163677.html#a5980186 Sent from the Maven - Users foru

RE: [m2] copy of Central Repository

2006-08-25 Thread Marc L. Veary
Hi Lakshman, We have a number of these files some are *-local.xml, some are *-ibiblio.xml, some are the name of the repo from setting.xml on dev machines. I'm not an expert at this, and please excuse if I am stating the obvious, but did you try using -U switch? Kind regards, -- Marc -Origin

to upload a repository on to apache httpd server

2006-08-25 Thread manoj kaushik
hi everyone i want to upload a repository on to the apache httpd server, the one way is to map the source location in httpd.conf file,i want to know if there is any way to place it directly in any module pf httpd server similar to place our source in webaap folder of tomcat server. thanks in adva

RE: [m2] copy of Central Repository

2006-08-25 Thread Lakshman Srilakshmanan
Hi All, I think the answer lies in Maven Repository Manager. Pg 200 in the book Better Builds with Maven. Could someone please verify my understanding and whether a download is available ? Thanks Lakshman > -Original Message- > From: Lakshman Srilakshmanan > Sent: Friday, 25 August 200

RE: [m2] copy of Central Repository

2006-08-25 Thread Lakshman Srilakshmanan
Hi We can't do this because from time to time we may need to download files manually and install it. Thanks Lakshman > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey De Smet > Sent: Friday, 25 August 2006 5:57 PM > To: users@maven.apache.org > Subject:

RE: [m2] copy of Central Repository

2006-08-25 Thread Lakshman Srilakshmanan
Hi Marc, I did a full build on the box that hosts our internal repo, but as explained, it did not work for me. I have also explained, below, my finding why it did not work. Could you please confirm the name of the following files in your repository. a) maven-metadata*.xml b) maven-metadata*.xml.

Re: Multi-project site generation

2006-08-25 Thread Stéphane Bouchet
Arnaud Bailly a écrit : Hi, I am trying to create site and deploy it for a multi-project package. In the coo (parent) pom, I define various reports to generate. The root also contains src/site/... tree with documentation. The site.xml does not contains reports sections. The pom is:

Multi-project site generation

2006-08-25 Thread Arnaud Bailly
Hi, I am trying to create site and deploy it for a multi-project package. In the coo (parent) pom, I define various reports to generate. The root also contains src/site/... tree with documentation. The site.xml does not contains reports sections. The pom is: org.apache.maven.plugins

maven1 doesn't download artifacts from Archiva...

2006-08-25 Thread Nicolas De Loof
I've setup my archiva as a maven proxy and can get artifacts as expected using legacy path when using a browser. I've set maven.repo.remote = http://localhost:8080/maven-repository-webapp/proxy/vasn/ Now, when I run maven (1.1-beta-3) to build my project, artifacts are downloaded in my manag

Re: using archiva as a maven1 repo proxy...

2006-08-25 Thread Nicolas De Loof
I've attached a patch to http://jira.codehaus.org/browse/MRM-155 This patch changes the artifact proxying process : When the legacyDiscovery is used by a proxied repo to convert path to artifact, the maven2 path is build and the target file is overriden. Brett Porter a écrit : On 24/08/200

RE: hibernate3-maven-plugin: hbm2hbmxml does not generate any hbm.xml files

2006-08-25 Thread kajh
Hi! Thanks for answering! No. I don't have any pojos yet. I have a database and want to generate hbm.xml files for the tables owned by the given databaseuser in this database, and then generate pojos from these hbm.xml files. -Kaj :) Johann Reyes-2 wrote: > > Kaj > > Question, do you have

Re: [m2] eclipse:eclipse and eclipse 3.2 projects within a project suppo

2006-08-25 Thread Barrie Treloar
On 8/25/06, Valerio Schiavoni <[EMAIL PROTECTED]> wrote: > Eclipse does not support hierarchical project structures. > i thought eclipse 3.2 just introduced this new feature ... Yes it does. Hence my original post wondering how to get it to work. The notes I posted worked for me. Try to get i

RE: How to write groovy plugins/mojos?

2006-08-25 Thread Vincent Massol
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: vendredi 25 août 2006 09:48 > To: Lakshman Srilakshmanan > Cc: Maven Users List > Subject: RE: How to write groovy plugins/mojos? > > Yes, but i've encountered some issues on compiling the whole, it using >

Re: [m2] eclipse:eclipse and eclipse 3.2 projects within a project suppo

2006-08-25 Thread Valerio Schiavoni
Hello Max, Max Cooper wrote: > > If you have a structure like this: > > root > |--module1 > |--module2 > |--submodule2-1 > my structure is a bit simpler, without nested submodules. Max Cooper wrote: > > ... you would have to make sure that you hide/delete/rename the .project > file i

Re: [m2] copy of Central Repository

2006-08-25 Thread Geoffrey De Smet
Putting up a maven proxy might solve your problem: the first time a jar is needed it downloads it from the central repo and caches it. There are 3 free implementations I know of: maven-proxy (from the maven guys): beta?, abandoned in favor of Archiva Archiva (from the maven guys): beta, needs t

RE: How to write groovy plugins/mojos?

2006-08-25 Thread bdoumas
Yes, but i've encountered some issues on compiling the whole, it using some old groovy distribution. So i'm trying to contact the plugin author, and can anyone told me if the codehaus mojo mailing list is working cause' i've send several emails for registering, ain't got no answers... Ben **

RE: Plugin Development Issue

2006-08-25 Thread Marc L. Veary
Many thanks. This is the answer just worked it out - appreciate your time and willingness to help. Kind regards, -- Marc -Original Message- From: William Ferguson [mailto:[EMAIL PROTECTED] Sent: 25 August 2006 08:32 To: Maven Users List Subject: RE: Plugin Development Issue To allow y

RE: [m2] copy of Central Repository

2006-08-25 Thread Marc L. Veary
Hi. We started using mvn deploy:deploy-file, but then realised that if we did a full build on the box that hosts our internal repo - this would do the job - and it does. However, I would like to know if there is a better or 'proper' solution to this. Kind regards, -- Marc -Original Message-

RE: Plugin Development Issue

2006-08-25 Thread William Ferguson
To allow your parameter to be specified from the command line yoour parameter specification needs to define the name of the commandline parameter that it will accept. Eg /** * @parameter expression="${foo.bar}" */ private String verbose; Should work with a commandline of mvn cleartrust:extr

RE: RE : Web site generation for multiple projects

2006-08-25 Thread SlinnHawkins, Jon (ELS)
Thanks, but I still can't get this feature working I have a organisation pom and site.xml from which I would like to inherit one of the menus. I have specified the menu in the "parent" site.xml as or http://localhost/sites/Phoenix-Parent/index.html"/

[m2] copy of Central Repository

2006-08-25 Thread Lakshman Srilakshmanan
Hi All, In maven 1.x I could execute maven once on a project and build my local repository. I could then copy it on to my company's central server and get all the developers to refer to this for updates. When I needed a new plugin or dependency, I could run maven 1.x against ibiblio and follow th

RE: Plugin Development Issue

2006-08-25 Thread Marc L. Veary
Ha! Yet again. Everytime I email this list for some help, I then solve the problem... sorry all. The answer to the problem seems to be that one must provide the 'expression' to the annotation: /** * @parameter expression="${verbose}" */ private String verbose;

Re: Using Java System Properties in pom.xml

2006-08-25 Thread Jimisola Laursen
Hi! Are we taking about the same thing? I am taking about Java System Properties and not System Properties. It was not replaced when I first tried (perhaps I was doing something wrong). the documentation only mentions Java System Properties with filtering. Does the Java System Properties have a