leave list

2022-05-17 Thread Marc Hoppins
unsubscribe - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

RE: Maven Book recommendation

2022-01-27 Thread Marc Hoppins
I am not sure anything exists, but I would appreciate such a thing also. -Original Message- From: Bruno Melloni Sent: Thursday, January 27, 2022 3:10 PM To: users@maven.apache.org Subject: Maven Book recommendation EXTERNAL It became very clear to me that my current approach of googli

RE: Ambari 2.7.6 build questions

2022-01-12 Thread Marc Hoppins
: several m2e-lastUpdated and _remote.repositories I understand these may only be relative to ECLIPSE. -Original Message- From: Delany Sent: Wednesday, January 12, 2022 11:30 AM To: Maven Users List Subject: Re: Ambari 2.7.6 build questions EXTERNAL Hi Marc, The "2.1.4&

Ambari 2.7.6 build questions

2022-01-12 Thread Marc Hoppins
HI all, I get a ‘overriding managed version 2.0.1 for rpm-maven.plugin’ message and I see two plugin definitions for this artifact, with two versions, in the same ‘build’ block in the top-level (ambari-2.7.6.0.0) POM. From what I see, does this mean that the plugin must be declared in both plac

RE: Ambari build

2022-01-07 Thread Marc Hoppins
:58 PM To: Maven Users List Subject: Re: Ambari build EXTERNAL Also please check instructions here https://cwiki.apache.org/confluence/display/AMBARI/Installation+Guide+for+Ambari+2.7.6 pt., 7 sty 2022, 13:28 użytkownik Delany napisał: > Hi Marc > -DskipTests is case sensitive. You ca

Ambari build

2022-01-07 Thread Marc Hoppins
helpful. Thanks. Marc ** When run from CLI ** mvn install -Drat.skip=true -Dskiptests=true -X [INFO] Running org.apache.ambari.server.metric.system.impl.MetricsServiceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.359 s - in

Re: How to rewrite POMs retaining the XML structure

2018-12-19 Thread Marc Rohlfs
r off-list) conversation about it. Best regards Marc On Mon, 3 Dec 2018 at 16:50, Robert Scholte wrote: > On Mon, 03 Dec 2018 11:47:58 +0100, Marc Rohlfs > wrote: > > > Hi all, > > > > many thanks for Your suggestions. I already check the different plugin > &

Re: How to rewrite POMs retaining the XML structure

2018-12-03 Thread Marc Rohlfs
ery huge/complex project setup into a new project layout. For this, (re)calculate our projects (including dependencies, properties etc) and we need to continuously transfer changes between old and new project layout for a transition period. Best regards Marc On Thu, 29 Nov 2018 at 17:11, Marc Ro

How to rewrite POMs retaining the XML structure

2018-11-29 Thread Marc Rohlfs
read and write the pom.xml files, but in the output files, all comments are removed, the XML nodes are reordered and formatting (indentations, empty lines) is lost. Does anybody know a way how to read and write POM files without loosing formatting ordering and comments? Best regards Marc

Re: NetBeans - the UI for Maven

2018-11-24 Thread Jean-Marc Borer
Hi all, I fuly agree, Ant projects are dead for me. I only use NB Maven projects since several years now and even if in the beginning the transition was not always easy when it came to customs builds, now you can do everything you need with Maven projects as you could with Ant AFAIK. However,

Re: Need help with POM configuration to combine jaxb2, jaxws, with dependencies and episode files

2013-05-13 Thread Marc Fick
. Marc Fick IBM Systems and Technology Group Lab Services - System i phone: 507.253.3559/ tie line: 553.3559 fic...@us.ibm.com ibm.com/systems/services/labservices From: Wayne Fay To: Maven Users List Date: 05/10/2013 08:23 PM Subject:Re: Need help with POM configuration to

How can I debug nexus?

2012-07-13 Thread Marc Girod
orks fine again. Once. My goal would be to build up my own competence by submitting a patch to enhance this error report. Thanks, Marc -- View this message in context: http://maven.40175.n5.nabble.com/How-can-I-debug-nexus-tp5714072.html Sent from the Maven - Users mailing list archiv

Re: Fail to build snapshot

2012-07-11 Thread Marc Girod
And as mvn clean package -DskipTests works, producing my snapshot jars, 'assigning a file to the build artifact' is done dynamically. The static settings in the poms are OK... So, there must be a earlier phase in the lifecycle which is responsible for that? Marc -- View this message in c

Fail to build snapshot

2012-07-10 Thread Marc Girod
.jar" main[1] dump artifact artifact = { groupId: "org.apache.maven.wagon" artifactId: "wagon-provider-api" baseVersion: "2.2" type: "jar" classifier: null scope: null file: instance of java.io.File(id=2871) ... Now, why was it not set

WebSphere 7: Portlet-EAR deployment

2012-04-23 Thread Marc Schlegel
Sphere has some problems with the standard Maven-way ;-) best regards Marc -- NEU: FreePhone 3-fach-Flat mit kostenlosem Smartphone! Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a -

Re: Archetype for flat structure

2012-04-04 Thread Marc Schlegel
ain error-prone and we cannot utilize the archetype-generation from within eclipse. We definately need this / (call archetype) /test-parent /test-module1 /test-module2 regards Marc -- NEU: FreePhone 3-fach-Flat mit kostenlosem Smartphone!

Re: Reactor:resume goal

2011-08-12 Thread Marc Rohlfs
'level2Project', right? Then You might just call: mvn clean install -f level2Project/pom.xml Kind regards Marc - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Execution of plugin in child poms and not in current pom

2011-08-10 Thread Marc Rohlfs
the execution of the Enforcer plugin should be skipped only in modules that contain the 'something.properties' with the property 'enforcer.skip=true'. I only tested it briefly, but it seems to work. Hope that helps Marc ---

Re: Maven Release Plugin - Putting Release Version into scmCommentPrefix

2011-07-26 Thread Marc Rohlfs
I don't think it's possible (yet). I'd suggest to file a feature request at http://jira.codehaus.org/browse/MRELEASE. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven

Re: Relative path to parent directory at multi module maven project

2011-07-19 Thread Marc Rohlfs
m files that are placed in the modules. Also bind it to the 'pre-site' phase. This configuration can also be inherited from the parent to all module POMs. 3. Configure the site plugins to use the unpacked configuration files in each module. Even this can be done in the parent POM and

maven-surefire-plugin : when does it abort?

2011-07-08 Thread Marc SCHNEIDER
Hi, I have a test class with several test methods. I suspect Surefire run all the tests even if there is a failure in one method. Am I right? If this is the case, is there a way to tell Surefire to abort as soon as it gets a failure? I'm using JUnit4 Thanks in advance, Marc.

Re: Setting pom properties from Maven Plugin for resource filtering

2011-06-23 Thread Marc Rohlfs
erly ... Kind regards Marc [1] http://mojo.codehaus.org/properties-maven-plugin [2] http://mojo.codehaus.org/build-helper-maven-plugin - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands,

Re: Missing artifact javax.transaction:jta:jar:1.0.1B

2011-06-15 Thread Marc Rohlfs
Hi, the artifact does not exists in Central, right. But there's no need to download and install it manually. The artifact is available in the repository http://download.java.net/maven/2, You just only need to add it to Your Nexus and/or Maven settings. Regards,

Re: Assembly Advice

2011-05-20 Thread Marc Rohlfs
On 18/05/11 18:49, Eric Kolotyluk wrote: My current structure is +-- pom.xml ! +--- mod1 +--- mod2 needs an assembly and depends on mod1& mod3 +--- mod3 +--- mod4 needs an assembly and depends on mod1& mod3 Executing the assembly plugin in mod2 and mod4 should work. I did this in many builds

Re: help - how to reduce the build time using mvn and cargo

2011-05-13 Thread Marc Rohlfs
Java memory settings are not defined like system properties - You shouldn't use '-D'. Try this: set MAVEN_OPTS="-Xms=1024M -Xmx=1024M" This might not solve Your problem, but it should fix the memory reservation/allocation. BTW: I wouldn't modify the mvn.bat. Just set the MAVEN_OPTS as an

Re: Maven release plugin question

2011-05-04 Thread Marc Rohlfs
scm:svn:https://dev.envieta.com:8443/svn/dlm} ^ Could it be this closing curly bracket? - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For addition

Re: Only partial filtering of .bat with assembly

2011-04-21 Thread Marc Rohlfs
I just checked it once more. With the plugin version 2.2, filtering didn't work when there was an '@' character somewhere in the document. My problem was solved with version 2.2.1, but in my case there wasn't an '@' character in the same line. BTW: Your workaround is not bad! Another idea woul

Re: Only partial filtering of .bat with assembly

2011-04-21 Thread Marc Rohlfs
Which version of the plugin do You use? I filed a bug report for this problem and it was solved with the plugin version 2.2.1. See: http://jira.codehaus.org/browse/MASSEMBLY-528 - To unsubscribe, e-mail: users-unsubscr...@maven

Re: Maven and Subversion.

2011-04-20 Thread Marc Rohlfs
On 20/04/11 14:41, Marc Rohlfs wrote: On 20/04/11 13:55, Wendy Smoak wrote: On Wed, Apr 20, 2011 at 6:59 AM, Marc Rohlfs wrote: I was just thinking a bit about this. You're facing different problems You won't be able all at once: 1. You could create the releases of the s

Re: Maven and Subversion.

2011-04-20 Thread Marc Rohlfs
On 20/04/11 13:55, Wendy Smoak wrote: On Wed, Apr 20, 2011 at 6:59 AM, Marc Rohlfs wrote: I was just thinking a bit about this. You're facing different problems You won't be able all at once: 1. You could create the releases of the sub modules independently (first You'd h

Re: Maven and Subversion.

2011-04-20 Thread Marc Rohlfs
Didn't notice that parameter before. Sounds interesting - if it would really create a separate release tag for every module. But it wouldn't solve the problem of releasing just one (or some) of the modules in the reactor. On 20/04/11 14:01, Stephen Connolly wrote: I've never set up a test pr

Re: Maven and Subversion.

2011-04-20 Thread Marc Rohlfs
ready does right now, and otherwise it would only tag and release the specified module(s). What do You (list members) think about this approach? Kind regards, Marc - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Can no longer deploy project artifacts using maven3

2011-04-06 Thread Marc Rohlfs
Hi Tim, On 06/04/11 12:34, Tim Pizey wrote: I cannot see in what sense ssh is an extension ... In the sense that it is not incuded in the Maven core anymore ... ;) ... But if You really need different configurations for M2 and M3, You could use different profiles that are automatically act

Executing a single method of a test

2011-04-06 Thread Marc SCHNEIDER
I missing? (of course the testGetAndList method exists) Thanks in advance, Marc.

Re: Can no longer deploy project artifacts using maven3

2011-04-06 Thread Marc Rohlfs
he HTTP(S) protocols. See [2], it provides a list of the commonly used repository mangers along with some general information. Especially take a look at the feature matrix [3], it will help You to select the right one for Your needs - I'd suggest to take a closer look at Nexus ;) Kind reg

Re: Antwort: Re: Antwort: Re: mvn deploy and site in one go

2011-03-30 Thread Marc Rohlfs
et started with this. Cheers Marc [1] http://mojo.codehaus.org/findbugs-maven-plugin/plugin-info.html [2] http://maven.apache.org/plugins/maven-checkstyle-plugin/plugin-info.html [3] http://maven.apache.org/guides/introduction/introduction-t

Re: Antwort: Re: mvn deploy and site in one go

2011-03-30 Thread Marc Rohlfs
And you don't have to deploy the first time, install is enough (mvn install site site:deploy) and deploy later on skipping the tests if the first run was successful. Right, forgot to mention that, many thanks!!! - To unsubscrib

Re: Antwort: Re: mvn deploy and site in one go

2011-03-29 Thread Marc Rohlfs
another idea could be to call Maven with the --fail-at-end (-fae) option. But this doesn't seem to work with Maven 3 anymore. Even if 'fail-at-end' was working: wouldn't the artifacts still be deployed, when running 'mvn deploy' ? Yes, You're right - didn't think about that. It could be solved

Re: mvn deploy and site in one go

2011-03-28 Thread Marc Rohlfs
Hi Stefan, another idea could be to call Maven with the --fail-at-end (-fae) option. But this doesn't seem to work with Maven 3 anymore. Maybe it could be worth it for You filing a regression report for Maven 3 at [1]. > #3 ... sound interesting! The most complicated thing here is to share >

Re: maven-enforcer-plugin and Maven 3

2011-03-25 Thread Marc Rohlfs
There's already a bug report about this (You could vote for it): http://jira.codehaus.org/browse/MENFORCER-98 - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.o

Re: mvn deploy and site in one go

2011-03-24 Thread Marc Rohlfs
ted when Maven is invoked by Team City, to configure the Surefire plugins with the shared report output directory. (I didn't verify all this) I could imagine some more possibilities, but they would be evil and I won't describe them here ... Kind regards Marc -

Re: Defining common localRepository that will work on both Windows and linux

2011-03-23 Thread Marc Rohlfs
As Windows und Unix have a different file system structures, I'd say you'll need to work with properties. Call 'mvn help:system' on both systems and try to find a common property (either system property or environment variable) You could use. The Maven Properties Guide [1] gives some further in

Re: JMeter in Maven

2011-03-18 Thread Marc Rohlfs
Not too nice but at least something You could start with: http://wiki.apache.org/jakarta-jmeter/JMeterMavenPlugin - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apa

Re: Debugging maven-dependency-plugin

2011-03-17 Thread Marc Rohlfs
If can't find useful information in the debug output, it's getting somewhat hard to analyse. In the last instance You could try to debug it using the IDE: 1. Download the sources of the dependency plugin version Your're using from the SVN and integrate/import it in Your IDE. 2. Set a debug break

Re: help:effective-settings

2011-03-15 Thread Marc Rohlfs
Add the '-X' option to Your command line statement and check the output - with Maven 3.0.3, the interesting output is somewhere within the first 15 lines. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additio

Re: Using the new maven assembly goals

2011-03-14 Thread Marc Rohlfs
e all the information that might be needed to answer Your question. Even in Your last mail I didn't find enough information so that I had to guess what You really want to achieve and how Your assembly descriptor might look like. (And I guess that this lack of information is the main reason

Re: Using the new maven assembly goals

2011-03-11 Thread Marc Rohlfs
on is actually used? - How do You run (invoke) Maven? To analyse the problem, You could add the '-X' when You run maven. Calling 'mvn help:effective-pom' could help, too. Have a nice weekend Marc - To u

Re: Maven 3 site: how to add report configured in module to parent's report config?

2011-02-28 Thread Marc Rohlfs
I would guess that this is the expected behavior, as otherwise it would not be possible to remove reports defined in the parent. You will have to add all the reports again if you want them to run in this module. No, it's a bug. Inheritance of report plugin configuration worked with Maven 2 and

Re: Mirrors

2011-02-24 Thread Marc Rohlfs
> Partially true. For my own repositories, this will work. However, > Maven also checks the repositories defined in all dependencies and > those I have no influence over. I normally define a mirror that also covers those repositories (using a wild card and/or a thirdparty mirror definition like t

Re: Mirrors

2011-02-23 Thread Marc Rohlfs
> I haven't tried that, but what I read from the Maven-pages, it doesn't > understand wildcards like that... But I can try though... I thought it would work, but I am not sure - I have to admit ... > Then again, it would only work if the repositories are actually named > like that, and I can't al

Re: Mirrors

2011-02-23 Thread Marc Rohlfs
Did You try something like this: shapshot-mirrors Snapshot Mirros http://snapshots.mycompany.com/repo *-snapshots release-mirrors Release Mirros http://releases.mycompany.com/repo *-releases thirdparty-

Re: Deployment in Repository without version in file name?

2011-02-16 Thread Marc Rohlfs
Another idea might be: 1. In Your Maven project, create a text file with the following content: http://your-nexus/your-nexus-repo/${project.artifactId}-${project.version}.${project.packaging} 2. Use the 'resources:copy-resources' with 'filtering=true' to copy the file "somewhere" and get its toke

Re: War plugin (2.1-beta-1,*] problem

2011-02-16 Thread Marc Rohlfs
You really made my day. Thank you very very much. You're welcome! I dont know how to thank you. Just take a little time once in a while to answer a question in this list Yourself ... :) - To unsubscribe, e-mail: users-unsub

Re: War plugin (2.1-beta-1,*] problem

2011-02-15 Thread Marc Rohlfs
ere. 1.b) Configure Your custom plugin (or the maven-replacer-plugin) with input directory 'src/main/webapp' and set its output directory to a (custom) subfolder of the target directory. 2. Use the 'webResources' parameter of the maven-war-plugin to add the modified resources t

Re: War plugin (2.1-beta-1,*] problem

2011-02-15 Thread Marc Rohlfs
pression that You weren't aware about the order of the life cycle phases. Didn't mean to sound rude, but sometimes it's useful to clarify things ... Kind regards Marc - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: War plugin (2.1-beta-1,*] problem

2011-02-14 Thread Marc Rohlfs
ee successfully processed files. My custom plugin is processing sources without any problem. War goal of the war plugin is changing files I am sure about this. I tested with (*,2.1-beta-1] and I have not encountered any problem. Just newer version of the 2.1-beta-1 has this problem. By th

Re: War plugin (2.1-beta-1,*] problem

2011-02-14 Thread Marc Rohlfs
Just for curiosity: what happens if You configure the 'prepare-war' execution of Your test configuration for the 'process-resources' phase? As Your custom plugin goal and the 'war:exploded' goal are both configured for the same phase, are You sure that they're really executed in the estimated or

Re: Maven 3 support for org.apache.maven.user-settings

2011-02-10 Thread Marc Rohlfs
any changes in the original scripts. 2. Hudson offers automatic installation of Maven distributions. This is a very nice feature, because (especially in bigger organisations) admins often don't like to provide developers with access to the server hosts. But don't see a (reasonable) w

Re: Maven 3 support for org.apache.maven.user-settings

2011-02-09 Thread Marc Rohlfs
che.maven.user-settings' and 'org.apache.maven.global-settings' could be restored, because it would provide much more flexibility to all imaginable build environment setup variants. Kind regards Marc On 08/02/11 21:50, Vincent Latombe wrote: Use -s command-line argument? Vincent

Re: WARNINGS in Maven Build: maven-compiler-plugins missing

2011-02-04 Thread Marc Rohlfs
An explanation can be found in the Maven 3.x Compatibility Notes: https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html#Maven3.xCompatibilityNotes-AutomaticPluginVersionResolution BTW: The version numbers can either be defined in the 'pluginManagement' and/or in the 'plugins' section

Re: adding a jar as resource to a webapp

2011-02-02 Thread Marc Rohlfs
I'd suggest it could be a JAR containing an Applet. The maven-dependency-plugin might help You out. Use on of the following approaches: http://maven.apache.org/plugins/maven-dependency-plugin/examples/copying-artifacts.html http://maven.apache.org/plugins/maven-dependency-plugin/examples/copyin

Re: AW: Attach sources/javadoc to system-scoped dependency

2011-02-01 Thread Marc Rohlfs
What do You need the sources and the download JARs for? Guess You like to be attached to the library in You IDE project, right? For Eclipse I see 2 workarounds: 1. This is evil, but it worked for me in a little test project: Deploy the JARs (main artifact, sources and javadoc) to the repositor

Re: Variables interpolation: dynamic in Maven 2, static in Maven 3 ?

2011-01-31 Thread Marc Rohlfs
I'll watch this issue as I'm really interested in how it might be handled. Personally I don't have a clear position here. Sometimes I'd like the property interpolation to be a little more dynamic. It would e.g. be great if I could activate a profile by the existence of a file whose path contain

Re: Variables interpolation: dynamic in Maven 2, static in Maven 3 ?

2011-01-28 Thread Marc Rohlfs
rkaround You could introduce something like a 'defaultValue' for each property in Your plugin configuration(s). Kind regards, Marc On 27/01/11 20:55, Evgeny Goldin wrote: But it can be perfectly changed in Maven 2 and I use it a lot. It's just that in Maven 3 the expression doesn

Re: How to loose the "/target/..."

2011-01-25 Thread Marc Rohlfs
Looks a little strange to me, trying to do this kind of copy action using the POMs build resources configuration. I'd suggest to use the 'resources:copy-resources' goal: http://maven.apache.org/plugins/maven-resources-plugin/examples/copy-resources.html. The 'outputDirectory' parameter should b

Re: Maven Assembly Plug-in - Creating custom root folder inside TAR file

2011-01-20 Thread Marc Rohlfs
yes! On 20/01/11 12:56, Tirumal Reddy Moolamalla wrote: I got solution to this. You just need to putfalse in your assembly descriptor file. Regards, Tirumal Reddy M -Original Message- From: Tirumal Reddy Moolamalla [mailto:t.moolama...@zensar.com] Sent: Thursday, January 20, 2011 5

Re: Maven Assembly Plug-in - Creating custom root folder inside TAR file

2011-01-20 Thread Marc Rohlfs
Simply add 'false' to Your 'bin.xml'. (See http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html#class_assembly) On 20/01/11 12:33, Tirumal Reddy Moolamalla wrote: I need something like this. Example.tar -MyFolder But I am getting like this. Example.tar ---Example -

Re: Generating web project with java, webapp, and resource folder from archtype goal

2011-01-20 Thread Marc Rohlfs
Did You check the doc of the archetype plugin? This should solve Your problem: http://maven.apache.org/archetype/maven-archetype-plugin/advanced-usage.html On 19/01/11 10:30, Piotr Skawinski wrote: Is there a way in maven to generate a web project with java, resources, and webapp folders runn

Re: problem when upgrading from maven2 to maven3

2011-01-18 Thread Marc Rohlfs
See the Maven 3 compatibility note on dependency resolution: https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html#Maven3.xCompatibilityNotes-DependencyResolution. It suggests to inspect the dependency tree that is printed when running Maven in debug mode. On 18/01/11 04:17, 刘勇坡 wro

Re: set up maven repository for all the mirrors

2011-01-18 Thread Marc Rohlfs
I should be possible, of course. I'd suggest to talk to Your company's network admin about Apache and DNS configuration. On 17/01/11 19:38, anemdhana wrote: Hello everyone, I found this is really useful to setup internal maven repository http://www.jfrog.org/products.php, which takes care of

Re: Xref link generation regression with Maven 3

2011-01-12 Thread Marc Ro...
FYI I opened Jira items for (some of) the affected plugins: - http://jira.codehaus.org/browse/MCHECKSTYLE-150 - http://jira.codehaus.org/browse/MPMD-128 - http://jira.codehaus.org/browse/SUREFIRE-683 - http://jira.codehaus.org/browse/MTAGLIST-55 Kind regards Marc - Ursprüngliche

Re: Xref link generation regression with Maven 3

2011-01-11 Thread Marc Ro...
It's not a Maven core issue then, I understand. I think I just simply open Jira items for (some of) the plugins, that run into this problem. But I think this will also require some work on the Site plugin (3.x), as the Site plugin now should provide a way to access that list of configured repor

Xref link generation regression with Maven 3

2011-01-10 Thread Marc Ro...
anyway. My only problem is now, that I'm not sure where I should open a JIRA issue for that problem. It seems to affect the report plugins, the Site plugin und maybe even the Maven core. Kind regards Marc - To unsubscri

Programmatically retrieve artifact

2010-11-04 Thread Marc Vachon
c and retrieve the artifact or versions of that artifact w/o creating a POM? Cheers, Marc

Re: verifying artifact on deployment

2010-02-25 Thread Marc Lustig
For now, the question for us is whether Maven has the concept of artifact-verification by using hash-codes at all. Any input on this matter? 2010/2/25 Brett Porter > > On 26/02/2010, at 1:30 AM, Wendy Smoak wrote: > > > On Thu, Feb 25, 2010 at 8:10 AM, Marc Lustig wrote: >

verifying artifact on deployment

2010-02-25 Thread Marc Lustig
it's deployed) 2. force the deploy-plugin to throw an ERROR in case the hashes do not match ? I think this is a very common and essential feature, and there should a solution to it. Regards Marc -- View this message in context: http://old.nabble.com/verifying-artifact-on-

Re: site-deploy using DAV with digest-auth

2009-09-29 Thread Marc Lustig
> v: 1.0-beta-6 > > Cheers, > Brett > > On 25/09/2009, at 7:48 PM, Marc Lustig wrote: > >> >> I tried using Mvn 2.2.1 and got the same error from the wagon plugin: >> >> [INFO] [site:deploy {execution: default-deploy}] >> WAGON_VERSION: 1.0-beta-2 &g

Re: site-deploy using DAV with digest-auth

2009-09-25 Thread Marc Lustig
: > > This is probably related to the authentication re-submissions that > John worked on. Is it any better in Maven 2.2.1? > > - Brett > > On 23/09/2009, at 10:19 PM, Marc Lustig wrote: > >> >> Hi, >> >> we have configured our httpd to use d

site-deploy using DAV with digest-auth

2009-09-23 Thread Marc Lustig
Hi, we have configured our httpd to use digest-authentication for dav write-operations. In the pom, we have configured the site distribution maven-site dav:http://server/test In settings, we have configured the credentials as a server-tag maven-site username pw

Maven extra sources and eclipse

2009-03-26 Thread Jean-Marc Vanel
extra Java sources so that they appear in the eclipse configuration. Thanks for any hint -- Jean-Marc Vanel Consulting, services, training, Rule-based programming, Semantic Web http://jmvanel.free.fr/ - To unsubscribe, e-mail

maven-site-plugin pre 2.0 not in maven-metadata.xml

2009-03-13 Thread Jean-Marc Lugrin
other versions as well ? After a download via the maven proxy, the file maven-metada from repo1 was loaded locally and the previous versions (that we have locally) are not found anymore ny maven. Jean-Marc

Skipping a lifecycle phase

2009-01-08 Thread Marc Rolly
I have soapui-plugin configured to run tests. On certain occasions, I would like to build the complete project without running the tests. Adding the property maven.test.skip only skips the maven-surefire plugin but not the soapui-plugin. There is also no way to add a property to skip the soa

Re: generate PDF site

2008-11-19 Thread Marc Lustig
lease would certainly help... > > > Cheers, > -Lukas > > [1] > http://svn.apache.org/repos/asf/maven/sandbox/trunk/plugins/maven-pdf-plugin/ > > > Marc Lustig wrote: >> For Maven 1, there was the PDF-plugin to export the site into PDF-format. >&g

maven-site-plugin-doxia-beta-1 fails to build

2008-11-19 Thread Marc Lustig
I am trying to get a PDF-export of the site runing. I built maven-2.0.11-trunk and checked out doxia-beta1 from https://svn.apache.org/repos/asf/maven/plugins/branches/maven-site-plugin-doxia-beta-1 Unfortunately I cannot build the plugin, even not with maven-2.0.11-trunk: [INFO] [invoker:run {

generate PDF site

2008-11-19 Thread Marc Lustig
For Maven 1, there was the PDF-plugin to export the site into PDF-format. What is the replacement for Maven 2? The Doxia-docs are not very straightforward... -- View this message in context: http://www.nabble.com/generate-PDF-site-tp20575798p20575798.html Sent from the Maven - Users mailing list

Re: Dependencies and cargo plugin?

2008-10-24 Thread Marc Schneider
See here : http://repo1.maven.org/maven2/org/codehaus/cargo/cargo-maven-plugin/ Wim Deblauwe a écrit : > In what repo is that version? > > 2008/10/24 Marc Schneider <[EMAIL PROTECTED]> > >> Hello, >> >> I also use the cargo-maven2-plugin but don't

Re: Dependencies and cargo plugin?

2008-10-24 Thread Marc Schneider
-test stop Marc. Wim Deblauwe a écrit : > Hi, > > It seems that I need to add all my dependencies in my pom.xml 2 times when I > use a war project with cargo. Is there a way to avoid this? This is very > annoying to

Re: Confused with activeProfile

2008-09-25 Thread Marc Schneider
iroot option must specify a pre-existing directory I get the same if I put it in my settings.xml I'm using : apache-maven-2.1.0-M1 Marc. Jörg Schaible a écrit : > Hi Marc, > > Marc Schneider wrote: >> Hello Brett, >> >> The

Re: Confused with activeProfile

2008-09-25 Thread Marc Schneider
option fails as testLocal profile should be taken by default, AFAIK. Thanks for your help, Marc. Brett Porter a écrit : > 2008/9/18 Marc Schneider <[EMAIL PROTECTED]>: >> So running : >> mvn -P testLocal clean tomcat:deploy >> >> should be equivalent to : >> &g

Re: Error when creating a new project using Maven

2008-09-18 Thread Marc Schneider
Hi, When running maven I have this env. variable set : MAVEN_OPTS=-Xmx512m maybe this can help. Marc. arvindhere a écrit : > Hi Mavenists, > I'm a newbie to maven. I have done with installation of maven and > env-variable settings. > And also have starting mu local maven r

Confused with activeProfile

2008-09-17 Thread Marc Schneider
? But if I don't put -P testLocal I get an error message as if some parameters are missing. Running just after this : mvn help:active-profiles The following profiles are active: - testLocal (source: pom) So I don't understand why it doesn't work. Any idea

Re: Charset in war-plugin?

2008-09-09 Thread Marc Schneider
Hi, In your jspc-maven-plugin you can add this : jspc compile ... UTF-8 Marc. Johan S a écrit : > Hi > >

Re: Excluding a file in resources when compiling

2008-09-04 Thread Marc Schneider
Yes sorry you're right in fact this works. Thanks for your help. Marc. Edelson, Justin a écrit : > Hmm. That works for me. If you run mvn -X, do you see that the exclude is > being passed to the resources plugin? Should look something like this: > > [DEBUG] (f) reso

Re: Excluding a file in resources when compiling

2008-09-04 Thread Marc Schneider
don't understand why. Marc. Edelson, Justin a écrit : > Resources aren't "compiled". See > http://maven.apache.org/plugins/maven-resources-plugin/examples/include-exclude.html > for information on how to exclude resource files. > > Justin > > ___

Re: Excluding a file in resources when compiling

2008-09-04 Thread Marc SCHNEIDER
Geoffrey Wiseman a écrit : > On Thu, Sep 4, 2008 at 9:07 AM, Marc Schneider > <[EMAIL PROTECTED]>wrote: > >> I have this file : src/main/resources/faces-config.xml >> >> After mvn clean compile this file is put at the root of the classes >> directory.

Re: Excluding a file in resources when compiling

2008-09-04 Thread Marc Schneider
Geoffrey Wiseman a écrit : > On Thu, Sep 4, 2008 at 9:07 AM, Marc Schneider > <[EMAIL PROTECTED]>wrote: > >> I have this file : src/main/resources/faces-config.xml >> >> After mvn clean compile this file is put at the root of the classes >> directory.

Excluding a file in resources when compiling

2008-09-04 Thread Marc Schneider
1.4 UTF-8 **/faces-config.xml But this doesn't work. Looking at the trace of maven however I can see : (f) excludes = [**/src/main/resources/*] So I don't understand. Could somebody help

Re: [PLEASE TEST] Maven 2.0.10-RC9

2008-08-20 Thread Marc Schneider
pre-integration-test start stop-container post-integration-test stop Marc. Anders Hammar a écrit : > Also tried the 1.0-alpha-5 version of the cargo maven2 plugin (with mvn > 2.0.10-RC9). Same problem. >

Re: [PLEASE TEST] Maven 2.0.10-RC9

2008-08-20 Thread Marc Schneider
You can download it here : http://people.apache.org/~jdcasey/stage/apache-maven/2.0.10-RC9/org/apache/maven/apache-maven/2.0.10-RC9/ Marc. Peter Horlock a écrit : > John, > > were can I download the latest RC? The link you provided doesn't seem to be > working... >

Re: Problem using Plugin Management

2008-08-19 Thread Jean-Marc Desprez
"mvn ... package" and not "mvn assembly:assembly" Bye 2008/7/25 Jean-Marc Desprez <[EMAIL PROTECTED]> > Hi, > I have four projects under maven. > I want to be able to run "assembly:assembly" on each projects with minimum > effort. > >

  1   2   3   >