FTP Site Deploy: possible to upgrade wagon?

2008-08-06 Thread Paul Benedict
I am using Maven 2.0.9 and want to deploy my site using FTP. I was trying to upgrade my Wagon to get FTP directory copying support: http://jira.codehaus.org/browse/WAGON-148 I thought it was possible to add the protocol through an extension: extension groupIdorg.apache.maven.wagon/groupId

Re: what happened to the plugin snapshots....

2008-08-06 Thread Brett Porter
2008/8/6 Patrick Moore [EMAIL PROTECTED]: Hi Brett --- No idea what the process is at Apache so maybe the Tapestry project was at fault maybe not ... but the impact on my project was several hours of work. (The developers impacted did not know what to do to solve the problem they are

Re: nexus unable to download artifacts

2008-08-06 Thread freak182
Hello, Thank it works...i will test it in our organization.. Brian E Fox wrote: Did you use a mirrorOf *? What is the exact error you get? On 8/1/08 12:10 AM, freak182 [EMAIL PROTECTED] wrote: Hello, here is the scenario to make it more clear: 1. a fresh install apache

Re: nexus unable to download artifacts

2008-08-06 Thread freak182
Hello, Thanks it work... Brian E Fox wrote: Did you use a mirrorOf *? What is the exact error you get? On 8/1/08 12:10 AM, freak182 [EMAIL PROTECTED] wrote: Hello, here is the scenario to make it more clear: 1. a fresh install apache maven and set the mirror to internal

Re: Maven 'deploy' relationship to large-scale software deployment

2008-08-06 Thread Andreas Gies
Well, I had to face the same problem. I am currently responsible for a large scale project that delivers SOA applications based on an ESB implementation. At the end of the day I have written a series of Maven plugins that allow me to define a packaging on the top level - the application to be

Re: Select ear module from filesystem

2008-08-06 Thread Michael Meyer
Hi Petar, if you have an 'internal repository' you can add your libraries by using 'mvn deploy:deploy-file'. For adding the jar my-library.jar to the repository you could use the following: mvn org.apache.maven.plugins:maven-deploy-plugin:2.2:deploy-file

Re: [POLL] Default Value for Reports Output Encoding

2008-08-06 Thread Markku Saarela
[b] Use source files encoding, because then only one encoding value is need to set for project if desired(if neither of source or reporting encoding is set then platform specific is used). - markku - To unsubscribe, e-mail:

How to use includes element in assembly descriptor file?

2008-08-06 Thread youhaodeyi
This is the descriptor file: assembly idtest/id formats formatzip/format /formats baseDirectorytarget/assembly/baseDirectory fileSets fileSet directorysrc/main/resources/directory

How to package the test jar file when doing assembly?

2008-08-06 Thread youhaodeyi
I use this configuration can copy all the dependencies. But I also want to copy the test jar file which includes junit test case. How can I do this? dependencySets dependencySet unpackfalse/unpack outputDirectorylibs/outputDirectory

mvn eclipse:eclipse problem .classptah and projects source dependencies

2008-08-06 Thread dekel.y
Hi, When I run mvn eclipse:eclipse, my .classpath points only to the .jars in the repository, How can I tell him that if a dependency is a project on my workspace then point to the project and not to the .jar ? thanks Dekel -- View this message in context:

how to disable jar-with-dependencies when assembly?

2008-08-06 Thread youhaodeyi
This is my configuration file: plugin artifactIdmaven-assembly-plugin/artifactId configuration descriptors

Bug ? Tests run fine during mvn test but fail because of missing dependencies during mvn release ?

2008-08-06 Thread Tobias Gierke
Hi, I have the same problem with one of my multi-module projects (tested with Maven 2.0.7 and Maven 2.0.9). I thought it would be related to some weird misconfiguration and so just commented-out the affected module/ and released it manually instead. I have the following dependencies in the

Re: [POLL] Default Value for Reports Output Encoding

2008-08-06 Thread Manos Batsis
[a] Use UTF-8 Cheers, Manos - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: mvn eclipse:eclipse problem .classptah and projects source dependencies

2008-08-06 Thread Martin Höller
On Wednesday 06 August 2008 dekel.y wrote: Hi, When I run mvn eclipse:eclipse, my .classpath points only to the .jars in the repository, How can I tell him that if a dependency is a project on my workspace then point to the project and not to the .jar ? This shoud be done automatically if

Re: mvn eclipse:eclipse problem .classptah and projects source dependencies

2008-08-06 Thread dekel.y
Yes, you are right thanks matinh wrote: On Wednesday 06 August 2008 dekel.y wrote: Hi, When I run mvn eclipse:eclipse, my .classpath points only to the .jars in the repository, How can I tell him that if a dependency is a project on my workspace then point to the project and not to

RE: [POLL] Default Value for Reports Output Encoding

2008-08-06 Thread Hoover, William
+1 -Original Message- From: Manos Batsis [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2008 6:16 AM To: Maven Users List Subject: Re: [POLL] Default Value for Reports Output Encoding [a] Use UTF-8 Cheers, Manos

eclipse maven plugin installation problem

2008-08-06 Thread Andrei Issakov
Hello! I have the following problem with the Maven plugin for Eclipse: I installed it successfully and have built a project. But one day my Eclipse just crashed and after that the maven plugin disappeared. I then had unzipped another instance of Eclipse and installed Maven plugin there. As

Re: how to disable jar-with-dependencies when assembly?

2008-08-06 Thread Wendy Smoak
On Wed, Aug 6, 2008 at 2:24 AM, youhaodeyi [EMAIL PROTECTED] wrote: I use customized assembly descriptor. Why every time running mvn assembly:assembly, maven will produce jar-with-dependencies.jar? It shouldn't. What's making you think that it does? (Build output, a file in the target dir,

Ant+Maven Problem

2008-08-06 Thread Alex Bredariol Grilo
Hello, Everytime I deploy my webapplication files through ant, some dependecies, which have not been changed, are downloaded ( always the same ). Example of ant-console: [artifact:dependencies] Downloading: org/codehaus/xfire/bcprov-jdk15/133/bcprov-jdk15-133.pom [artifact:dependencies]

Where are the maven-ear-plugin snapshots gone?

2008-08-06 Thread Marco Huber
Hi all, I'll try to download the latest snapshot from teh maven-ear-plugin (2.3.2) but maven fails with Unable to download the artifact from any repository. I configurated the apache snapshot repository: http://people.apache.org/repo/m2-snapshot-repository/ On this location I found only

Re: mvn eclipse:eclipse problem .classptah and projects source dependencies

2008-08-06 Thread dekel.y
If I try it on a single project, it does not work Can you please give a full example of the command ? thanks Dekel dekel.y wrote: Yes, you are right thanks matinh wrote: On Wednesday 06 August 2008 dekel.y wrote: Hi, When I run mvn eclipse:eclipse, my .classpath points only to

RE: [POLL] Default Value for Reports Output Encoding

2008-08-06 Thread Ben Lidgey
[a] Use UTF-8 -Original Message- From: Hervé BOUTEMY [mailto:[EMAIL PROTECTED] Sent: 05 August 2008 20:43 To: Maven Users List Subject: [POLL] Default Value for Reports Output Encoding Dear community, The Maven team is currently discussing a proposal about the future handling

Re: mvn scm:checkout fails

2008-08-06 Thread Jeff Mutonho
On Wed, Aug 6, 2008 at 12:08 AM, Jeff Mutonho [EMAIL PROTECTED] wrote: I'm trying to checkout some project using the from Subversion by issuing this Maven command: mvn scm:checkout -DconnectionUrl=scm:svn: https://svn.sentium.co.za/svn/portal/trunk/myportal-DcheckoutDirectory=myportal This

Re: what happened to the plugin snapshots....

2008-08-06 Thread Brian Fox
As I said before, this was done by infra with no notice to us. The new policy of purging is theirs, not ours. See the infra archives if you would like to read about it. On Aug 5, 2008, at 10:45 PM, Patrick Moore [EMAIL PROTECTED] wrote: Of course this means that the maven team is

RE: Where are the maven-ear-plugin snapshots gone?

2008-08-06 Thread Jörg Schaible
Hi Marco, Marco Huber wrote: Hi all, I'll try to download the latest snapshot from teh maven-ear-plugin (2.3.2) but maven fails with Unable to download the artifact from any repository. I configurated the apache snapshot repository: http://people.apache.org/repo/m2-snapshot-repository/

Small Archtype plugin Question

2008-08-06 Thread mac-systems
Hello, actually i try to write a script that acts as a template for some bigger project. I use archetype for that. Anyone can tell be how to specify the packaging of a project ? mvn $OPTS archetype:create -DarchetypeArtifactId=maven-archetype-quickstart -DgroupId=$GROUP_ID

use a multiple assembly descriptor

2008-08-06 Thread MedElb
Hi all how can i define more than one assembly discriptor (*.xml), my need is to get a zip file (distribution version) under a zip format and that contain another zip file generated also by the assembly plugin thanks in advance

RE: Where are the maven-ear-plugin snapshots gone?

2008-08-06 Thread Marco Huber
Hello Jörg, thank you for your answer. I know that snapshots are not for regular use, but I just wanted to try out, if a problem we have was fixed by the so far closed jiras or if we have another problem, without checking out the source code. Regards Marco Zitat von Jörg Schaible [EMAIL

Re: [POLL] Default Value for Reports Output Encoding

2008-08-06 Thread David J. M. Karlsen
Hervé BOUTEMY skrev: [b] Use source files encoding - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[ANN] Maven Invoker 2.0.9 Released

2008-08-06 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven Invoker, version 2.0.9 This shared component fires up a Maven build in a new JVM. http://maven.apache.org/shared/maven-invoker/ Release Notes - Maven Shared Components - Version maven-invoker 2.0.9 ** Bug * [MSHARED-21] -

Re: eclipse maven plugin installation problem

2008-08-06 Thread Eugene Kuleshov
Andrei Issakov wrote: I have the following problem with the Maven plugin for Eclipse: I installed it successfully and have built a project. But one day my Eclipse just crashed and after that the maven plugin disappeared. I then had unzipped another instance of Eclipse and installed Maven

RE: use a multiple assembly descriptor

2008-08-06 Thread EJ Ciramella
You should be able to use: descriptors descriptor Path to descriptor 1 /descriptor descriptor Path to descriptor 2 /descriptor /descriptors -Original Message- From: MedElb [mailto:[EMAIL PROTECTED] Sent: Wednesday, August

Re: [POLL] Default Value for Reports Output Encoding

2008-08-06 Thread Hervé BOUTEMY
Le mardi 05 août 2008, Jochen Wiedmann a écrit : On Tue, Aug 5, 2008 at 9:43 PM, Hervé BOUTEMY [EMAIL PROTECTED] wrote: [a] Use UTF-8 [b] Use source files encoding [c] Platforms default encoding It would be part of the show for approach [b]. The effective encoding would be determined by

Re: what happened to the plugin snapshots....

2008-08-06 Thread Patrick Moore
Hi Brian -- Sorry. I got the impression from Brett that it was a maven project decision. Having said that I am not in the ASF and you guys are . so you attend meetings/are on the right email lists etc. So if you want to (or not) pass this on to others go ahead anyhow enough on this

RE: mvn clean install post-site?

2008-08-06 Thread Tawfik, Sameh E
Thanks for the information, but what did you do to fix it? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2008 9:10 PM To: Maven Users List Subject: Re: mvn clean install post-site? I have a similar problem with the release plugin. That

A few maven2 questions

2008-08-06 Thread Rujiel
I'm aware ant used tasks (or targets), and maven uses goals. Will an ant plugin in a maven buildfile use goals, though? Is it required? If I insert a goal into an ant plugin I'm writing, after the phase and before the configuration per usual, I receive the error 'start' was specified in an

Re: Maven 'deploy' relationship to large-scale software deployment

2008-08-06 Thread Ken Liu
The best practice is to externalize all environment specific configuration. A single ear should be deployable to any environment without rebuilding. This is not just to simplify configuration, it is also beneficial from a QA standpoint because a binary can be moved between different environments

Re: Maven 'deploy' relationship to large-scale software deployment

2008-08-06 Thread Ken Liu
Forgot to mention - I have a coworker who came from a company where they had a very complex deployment with clusters and many different applications sharing configuration. There they had a central configuration server where all the applications programmatically could look up configuration

[ANN] Maven Filtering 1.0-beta-1 Released

2008-08-06 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven Filtering, version 1.0-beta-1 These Plexus components have been built from the filtering process/code in Maven Resources Plugin. The goal is to provide a shared component for all plugins which needs to filter resources.

What is the directory of the parent pom.xml file?

2008-08-06 Thread Simon Trudeau
I am currently trying to copy, using the maven-dependency-plugin, all my dependencies from all my child modules into a directory relative to the root parent folder (the one containing the root pom.xml file). Since copy-dependencies command, invoked from the parent pom, is recursive, it looks like

RE: mvn clean install post-site?

2008-08-06 Thread Vaughn_Butt
Nothing :-(. I did the part of the release-perform that I care about manually. Thank you to Tobias for a good description of the problem. Thanks for the information, but what did you do to fix it? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday,

checkstyle

2008-08-06 Thread Morgovsky, Alexander (US - Glen Mills)
You are right, I was thinking checkstyle needs a license file to run, but you are right, its open source. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient,

Re: What is the directory of the parent pom.xml file?

2008-08-06 Thread Rujiel
Maybe I'm misunderstanding the question, but you should be able to reference it with ../ in any project folder, right? -- View this message in context: http://www.nabble.com/What-is-the-directory-of-the-parent-pom.xml-file--tp18860319p18861833.html Sent from the Maven - Users mailing list

Re: how to disable jar-with-dependencies when assembly?

2008-08-06 Thread youhaodeyi
Hi, Yes I inherits from parent module. I wander how to disable this inherits. thanks. Wendy Smoak-3 wrote: On Wed, Aug 6, 2008 at 2:24 AM, youhaodeyi [EMAIL PROTECTED] wrote: I use customized assembly descriptor. Why every time running mvn assembly:assembly, maven will produce

Re: what happened to the plugin snapshots....

2008-08-06 Thread Brett Porter
2008/8/7 Patrick Moore [EMAIL PROTECTED]: Hi Brian -- Sorry. I got the impression from Brett that it was a maven project decision. I'm quite confused what I said that gave that impression :) Having said that I am not in the ASF and you guys are . so you attend meetings/are on the

RE: What is the directory of the parent pom.xml file?

2008-08-06 Thread Brian E. Fox
It's not possible since the parent pom.xml may have been resolved from the repository. -Original Message- From: Simon Trudeau [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2008 5:52 PM To: users@maven.apache.org Subject: What is the directory of the parent pom.xml file? I am

[ANN] Maven Deploy Plugin version 2.4 Released

2008-08-06 Thread Wendy Smoak
The Maven team is pleased to announce the release of the Maven Deploy Plugin, version 2.4. This plugin is used to add artifacts and associated metadata to a remote repository [1]. http://maven.apache.org/plugins/maven-deploy-plugin/ To use this release, specify the version in your project's

maven-native

2008-08-06 Thread Andrew Hughes
Howdy, Our projects are a mixture of cpp and java and I'd love to use maven just like I have in the past for purely java project. Consequently, Im trying to use the maven-native plugin but I am struggling! So any help would be great! First up I've installed cygwin and the gcc compiler. My goal

Re: maven-native

2008-08-06 Thread Dan Tran
seems like you are using cygwin gcc to compile on a window shell and its does not know how to find the built in STL library. have u tried with pure cygwin shell ? i my self have not tried with cygwin ever yet. your project need to build native code with cygwin gcc? -D On Wed, Aug 6, 2008 at

Re: how to disable jar-with-dependencies when assembly?

2008-08-06 Thread Wayne Fay
plugins plugin ... inheritedfalse/inherited /plugin Wayne On 8/6/08, youhaodeyi [EMAIL PROTECTED] wrote: Hi, Yes I inherits from parent module. I wander how to disable this inherits. thanks. Wendy Smoak-3 wrote: On Wed, Aug 6, 2008 at 2:24 AM, youhaodeyi [EMAIL PROTECTED] wrote:

Re: mvn clean install post-site?

2008-08-06 Thread Tobias Gierke
Hi, Nothing :-(. I did the part of the release-perform that I care about manually. Same with me :( Regards, Tobias Thank you to Tobias for a good description of the problem. Thanks for the information, but what did you do to fix it? -Original Message- From: [EMAIL

Re: maven-native

2008-08-06 Thread Andrew Hughes
Ok, it looks as tho I switch my compiler and linker to g++ compilerExecutableg++/compilerExecutable linkerExecutableg++/linkerExecutable Thanks Dan. - *working pom.xml* project modelVersion4.0.0/modelVersion