Re: [VOTE] Apache Maven Invoker Plugin 1.6 (take 2)

2012-04-25 Thread Anders Hammar
+1 (non-binding) /Anders On Wed, Apr 25, 2012 at 10:53, Olivier Lamy ol...@apache.org wrote: Hi, I'd like to release Apache Maven Invoker plugin 1.6. We fixed 14 issues ( release notes: http://s.apache.org/MINVOKER-1.6 ) Staging repository:

Re: [VOTE] Apache Maven Invoker Plugin 1.6

2012-04-23 Thread Anders Hammar
+1 (non-binding) Thanks, /Anders On Mon, Apr 23, 2012 at 14:22, Olivier Lamy ol...@apache.org wrote: Hi, I'd like to release Apache Maven Invoker plugin 1.6. We fixed 14 issues ( release notes: http://s.apache.org/MINVOKER-1.6 ) Staging repository:

Re: [VOTE] Apache Maven 3.0.4

2012-01-17 Thread Anders Hammar
+1 non-binding Tested Snapshot deploy to Codehaus Nexus. Tested that site now works out-of-the-box (MNG-5221, MNG-5225). Also verified using new Maven version properties in jar manifest (MNG-4112). /Anders On Wed, Jan 18, 2012 at 01:56, Mark Derricutt m...@talios.com wrote: +1 Non binding. --

Re: Planning release of maven-archiver,assembly-plugin,surefire

2012-01-17 Thread Anders Hammar
MSHARED-38 would be very nice to get fixed now that 3.0.4 has a Maven core version property, and is close to being released (hopefully). I'll try to get you a patch for it. /Anders On Tue, Jan 17, 2012 at 09:05, Kristian Rosenvold kristian.rosenv...@zenior.no wrote: I will be releasing all of

Re: SCM Website Suggestion

2012-01-12 Thread Anders Hammar
The best way to report bugs and enhancement requests is to file a jira ticket [1]. Providing a patch (or at least detailed text change suggestions like in this case) will increase the likelihood of getting it fixed. /Anders [1] http://jira.codehaus.org/browse/SCM On Thu, Jan 12, 2012 at 18:40,

Re: [VOTE] Release Maven Skins version 6

2012-01-07 Thread Anders Hammar
How come the Sylus skin is called Site Skin on the Maven site? /Anders On Sat, Jan 7, 2012 at 19:59, Mark Struberg strub...@yahoo.de wrote: +1 LieGrue, strub - Original Message - From: Stephen Connolly stephen.alan.conno...@gmail.com To: Maven Developers List

Re: [CALL FOR TEST] Apache Maven 3.0.4-RC4 staged

2011-12-27 Thread Anders Hammar
I just noticed that v2.0.1 is still the default version of the maven-site-plugin. I was under the impression that once v3.0 of m-site-p was released, this would change so that we have a workable site configuration out-of-the-box. I can't find a jira ticket for this so I must have misunderstood

Re: [CALL FOR TEST] Apache Maven 3.0.4-RC3 staged

2011-12-13 Thread Anders Hammar
I also think that 60s timeout is way too short for corporate users. I suggest something like at least 180s (500s would be even better). If we go with 60s, I know for sure that it will fail for most of my corporate customers and Maven will be the focus of some more bad talks. Please don't do this -

Re: [VOTE] Apache Maven 3.0.4 (take 2)

2011-12-01 Thread Anders Hammar
+1 Checksums are now created correctly when deploying a snapshot to Codehaus's Nexus instance. /Anders On Thu, Dec 1, 2011 at 12:08, kreyssel d...@kreyssel.org wrote: +1 -- View this message in context: http://maven.40175.n5.nabble.com/VOTE-Apache-Maven-3-0-4-take-2-tp5038109p5038345.html

Re: [VOTE] Apache Maven 3.0.4

2011-11-29 Thread Anders Hammar
I see the same checksum issue when trying to deploy a snapshot over at Codehaus mojo: https://nexus.codehaus.org/content/repositories/snapshots/org/codehaus/mojo/jboss-packaging-maven-plugin/2.3-SNAPSHOT/ I'm changing my vote to -1 (non-binding). IMHO we do not want end user issues due to

Re: [VOTE] Apache Maven 3.0.4

2011-11-28 Thread Anders Hammar
+1 (non-binding) /Anders On Mon, Nov 28, 2011 at 09:01, Emmanuel Venisse emmanuel.veni...@gmail.com wrote: +1 (binding) Emmanuel On Fri, Nov 25, 2011 at 10:17 AM, Olivier Lamy ol...@apache.org wrote: Hello, I'd like to release Apache Maven 3.0.4. We fixed 31 issues. See release

Re: [VOTE] Use aether 1.13 and sisu 2.3.0 as dependencies of Apache Maven

2011-11-10 Thread Anders Hammar
+1 (non-binding) /Anders On Thu, Nov 10, 2011 at 20:35, Wayne Fay wayne...@gmail.com wrote: I propose to upgrade to: * aether 1.13 * sisu 2.3.0 [+1] I'm in favor of this upgrade and the other upgrade when release will be available under eclipse.org governance (binding) Wayne

Re: bug while using maven-surefire-plugin in test report generation

2011-10-12 Thread Anders Hammar
Wrong list. Questions like this should be addressed to the users mailing list. Also, before asking make sure you read the error message and check the test results. Some of your tests are failing (which is not a Maven problem). /Anders On Wed, Oct 12, 2011 at 11:29, Amiragl amy...@live.fr wrote:

Re: build a maven module project - activation of profile in module

2011-10-04 Thread Anders Hammar
No, that is not possible. Profiles themselves are not inherited, but simply the result of them are. So, the behavior you're seeing is correct. /Anders (mobile) Den 4 okt 2011 16.25 skrev GlWyBnp glenn.w...@bnpparibasfortis.com: Dears, I'm having an issue with profiles in maven. Maven version:

Re: Maven Dependency Plugin

2011-09-14 Thread Anders Hammar
I may be off, but I don't think that maven-aether-provider wraps Aether. It's just the provider for the Maven specific implementation used by Aether. /Anders On Wed, Sep 14, 2011 at 03:30, Benson Margulies bimargul...@gmail.com wrote:

Re: Multiple WAR deploy with maven to tomcat

2011-08-30 Thread Anders Hammar
What command are you issuing? You need to execute up to at least the the pre-integration-test phase. Also, you've configured the project to be a jar project (as that's the default packaging). You should probably go with a pom packaging instead, and then Maven will not try to build a jar in you

Re: Multiple WAR deploy with maven to tomcat

2011-08-30 Thread Anders Hammar
Ah. What you have done is bound plugin executions to the Maven build lifecycle. But the way you execute things you're executing the plugin directly. Due to how you've configured the plugin executions in the pom (not using pluginManagement) this is not applied when calling the plugin directly. So

Re: [DISCUSS] release maven-3.0.4 now with the old aether

2011-08-19 Thread Anders Hammar
I'll add my opinion as a Maven user and someone outside of the dev team: My first hand choice would be a 3.0.4 with Aether and Sisu fixes. My take on the discussions is that including Aether 1.12 is possible license vice, but there was some concerns having a dependency on something not being

Re: [DISCUSS] release maven-3.0.4 now with the old aether

2011-08-19 Thread Anders Hammar
Arnaud, are you talking about a Maven 3.0.4 release with Eclipse Aether+Sisu or with Sonatype Aether+Sisu? /Anders 2011/8/19 Arnaud Héritier aherit...@gmail.com: I'm thinking like Jason. If we wanted we to release 3.0.4 without Aether we should have done that 2 or 3 weeks ago (I think Wagon

Re: [VOTE] Usage of Aether and Sisu as dependencies of maven core with EPL licenses - take 2

2011-08-18 Thread Anders Hammar
+1 (non-binding) /Anders 2011/8/18 Arnaud Héritier aherit...@gmail.com: Hi all,  Thus as decided with Mark and Kristian I relaunch a new vote with a better scope about what we are voting for.  Next releases of SISU and Aether will be released at Eclipse.org under EPL 1.0 license.  Before

Re: [VOTE] Usage of Aether and Sisu as dependencies of maven core with EPL licenses

2011-08-17 Thread Anders Hammar
+1 (non-binding) /Anders On Wed, Aug 17, 2011 at 16:19, Arnaud HERITIER aherit...@apache.org wrote: Hi all,  Next releases of SISU and Aether will be done at Eclipse.org under EPL 1.0 license.  Before they were published under ASL or dual ASL/EPL licenses thus as defined in our policy [1]

Re: iterating over resources in mojo

2011-08-11 Thread Anders Hammar
I don't have the answer, but I would look in the maven-resources-plugin source to see how it is done there. /Anders On Thu, Aug 11, 2011 at 00:54, Bill Shannon bill.shan...@oracle.com wrote: I'm writing a maven plugin. (2.2.1, if it matters.) I can get all the Resource objects for a

Re: Missing javax.servlet:jstl:1.2

2011-06-23 Thread Anders Hammar
with central? On 06/22/2011 05:12 PM, Anders Hammar wrote: Yes, as I said, artifacts at central should never change as it will break people's builds. I thought that was the policy. /Anders On Wed, Jun 22, 2011 at 19:56, Paul Gier pg...@redhat.com wrote: It was there before. I still have

Re: Missing javax.servlet:jstl:1.2

2011-06-23 Thread Anders Hammar
). /Anders On Thu, Jun 23, 2011 at 16:26, John Casey jdca...@commonjava.org wrote: On 6/23/11 10:17 AM, Anders Hammar wrote: My position is that artifacts at central should never ever change. If there's something wrong with one, a new version needs to be deployed. A released artifact

Re: Missing javax.servlet:jstl:1.2

2011-06-23 Thread Anders Hammar
that's a problem that needs a solution. Perhaps the removal was only half of the solution, and what we really need is a relocation POM pointing to the corrected coordinate. On 6/23/11 12:41 PM, Anders Hammar wrote: But of course. But if you read the jira ticket, you'll notice that the reason

Re: Missing javax.servlet:jstl:1.2

2011-06-22 Thread Anders Hammar
to oracle. There is of course an ALv2 version of jstl: http://repo1.maven.org/maven2/org/apache/geronimo/bundles/jstl/1.2_1/ LieGrue, strub --- On Mon, 6/20/11, Anders Hammar and...@hammar.net wrote: From: Anders Hammar and...@hammar.net Subject: Re: Missing javax.servlet:jstl:1.2

Re: Missing javax.servlet:jstl:1.2

2011-06-20 Thread Anders Hammar
I though artifacts were supposed to never change at central... This could break people's builds. /Anders On Mon, Jun 20, 2011 at 19:00, Paul Gier pg...@redhat.com wrote: It seems that the artifacts were moved to a different location: https://issues.sonatype.org/browse/MVNCENTRAL-71 On

Re: Get thee to the Core...

2011-06-09 Thread Anders Hammar
Why not allow an expanded dialect for the pom files (if it's not already in progress)? By that I mean open-up the format via some sort of plugin mechanism or core support so pom files could be written in other languages aside from XML. Perhaps something like JSON? I'm no JSON expert, but it

Re: svn commit: r1125604 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/AbstractGeneratorMojo.java

2011-05-21 Thread Anders Hammar
But the groupId of Apache Maven plugins is org.apache.maven.plugins. The code checks against org.apache.maven.plugin... /Anders On Sat, May 21, 2011 at 10:26, Dennis Lundberg denn...@apache.org wrote: Excellent stuff Stephen, thanks. We should try to get this into a release as soon as

Re: Release plugin release

2011-03-17 Thread Anders Hammar
As I've found a regression in 2.1 with regards to ClearCase, that I have reported in MRELEASE-622 as well as provided a patch for, I would appreciate if that could be reviewed and included in a 2.2 release. /Anders On Thu, Mar 17, 2011 at 08:03, Ralph Goers ralph.go...@dslextreme.comwrote: I'd

Re: Helping projects get into maven central

2011-03-02 Thread Anders Hammar
Did you have a look at 7b or 7c of this usage guide? One of these should be a fit for you! /Anders On Wed, Mar 2, 2011 at 15:19, Ruben Garat ruben01@gmail.com wrote: Hi, I am already using oss.sonatype.org and following this guide. But this are projects that are not using maven, they use

Re: [PLEASE TEST] Apache Maven 3.0.3-RC1

2011-02-26 Thread Anders Hammar
I'm noticing a lower memory usage (compared to v3.0.2) when building the Cargo project (trunk), but can't find a jira ticket that would explain this. Is this expected (not that I'm complaining)? All plugin versions are pinned and this is a clean build. I tested it several times, and the same

Re: Julia Antonova/Tumlare is out of office.

2011-02-22 Thread Anders Hammar
http://docs.codehaus.org/pages/viewpage.action?pageId=160694277 Just a reminder for the rest of us that we have far too few vacation days. /Anders On Tue, Feb 22, 2011 at 20:35, Dan Tran dant...@gmail.com wrote: I keep seeing 'Wiki updated.' . What is it about? -D On Tue, Feb 22, 2011 at

Re: Julia Antonova/Tumlare is out of office.

2011-02-22 Thread Anders Hammar
@maven.apache.org CC: and...@hammar.net this always brings a smile to my face...its been so many years now. cheers, jesse -- jesse mcconnell jesse.mcconn...@gmail.com On Tue, Feb 22, 2011 at 13:40, Anders Hammar and...@hammar.net wrote: http://docs.codehaus.org/pages

Re: New Profile Activation Type Request - Maven Version

2011-02-09 Thread Anders Hammar
Vote for this jira ticket: http://jira.codehaus.org/browse/MNG-4760 /Anders On Wed, Feb 9, 2011 at 15:12, John Patrick nhoj.patr...@gmail.com wrote: Hi, I believe this is the right mailing list, but please send me else where if not. I would like to request that a new profile activation

Re: Where to list all @threadSafe plugins and components?

2011-02-08 Thread Anders Hammar
If a plugin is marked as thread safe, it is stated on the goal detail page. See [1] for an example. I believe it's the plugin-plugin that creating this info and possible some plugin sites created with an old version of plugin-plugin doesn't contain this info even though a goal is marked as thread

Re: [VOTE] Release Maven Plugin Tools version 2.7

2011-02-06 Thread Anders Hammar
+1 (non-binding) Thanks for releasing this, /Anders On Sun, Feb 6, 2011 at 00:51, Dennis Lundberg denn...@apache.org wrote: Hi, We solved 6 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11139styleName=Htmlversion=16439 There are still a couple of issues left in JIRA:

Re: Going to release Assembly Plugin 2.2.1

2011-02-04 Thread Anders Hammar
If you plan on using Maven 3.0.x for the releases, it would be very nice to have a new release of the plugin tools (2.7) as well so that the mojo description page isn't messed up (MPLUGIN-165). That's on my wish list at least, /Anders On Fri, Feb 4, 2011 at 08:57, Olivier Lamy ol...@apache.org

Re: Maven failsafe plugin

2011-01-27 Thread Anders Hammar
just a question: If i open the maven-failsafe-plugin project page ( for the link to the issue track it point to http://jira.codehaus.org/browse/SUREFIRE ? Doesn't this project has it's own project in JIRA ? No, it shares the same JIRA project as the other surefire-related components. For a

Re: Japanese file names cannot be correctly assembled by maven-assembly-plugin

2011-01-26 Thread Anders Hammar
You should file an issue ticket to make sure that this is handled properly. Include the steps on how to reproduce, like you did in your mail. Also, including a test project will make is easier for anyone to have a look and therefore increasing the likelihood of getting this fixed. I'm assuming

Re: Query re: Maven Repository

2011-01-20 Thread Anders Hammar
This type of question should be addressed to the Maven user list. I've forwarded it to there, where this thread should continue. The answer that some things are missing in central is due to licensing. For example, the oracle jdbc jar. They can't be added to central. The solution is to install a

Re: svn commit: r1059551 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java

2011-01-18 Thread Anders Hammar
On Mon, Jan 17, 2011 at 08:48, Lukas Theussl ltheu...@apache.org wrote: Ok, I get it. The xdoc should be written with the same encoding that is used when it is read to generate the final report, which is project.build.sourceEncoding (by default). No, it shouldn't. The xdoc xml file should

Re: svn commit: r1059551 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java

2011-01-18 Thread Anders Hammar
I'll attach to MPLUGIN-180. Please reopen that. /Anders On Tue, Jan 18, 2011 at 09:10, Lukas Theussl ltheu...@apache.org wrote: Anders Hammar wrote: On Mon, Jan 17, 2011 at 08:48, Lukas Theusslltheu...@apache.org wrote: Ok, I get it. The xdoc should be written with the same encoding

Re: [ANN] Maven Indexer version 4.0.0 Released

2011-01-18 Thread Anders Hammar
JIRA [1] says http://maven.apache.org/indexer/, but that gives you a page not found... /Anders [1] http://jira.codehaus.org/browse/MINDEXER On Tue, Jan 18, 2011 at 20:29, Karl Heinz Marbaise khmarba...@gmx.dewrote: Hi, i've got a question about the Maven Indexer. I can't find a web site

MRELEASE-622: Regression in m-release-p 2.1

2011-01-04 Thread Anders Hammar
I've run into a regression in v2.1 of the release plugin when using ClearCase. It seems to be caused by the fix for MRELEASE-536. I've created a patch and attached it to MRELEASE-622. Could anyone have a look, please? As it's a regression, I very much would like it to be fixed in the next

Re: [VOTE] Release Maven Surefire Plugin version 2.7.1

2010-12-23 Thread Anders Hammar
: On Thu, Dec 23, 2010 at 8:39 AM, Anders Hammar and...@hammar.net wrote: I found a few spelling errors in the doc jiras I filed for 2.7. Do you want to re-spin to get that fixed, or should I file a new jira to take care of that in the next release? Anders ! There are 112 open issues

Re: [VOTE] Release Maven Surefire Plugin version 2.7.1

2010-12-22 Thread Anders Hammar
I found a few spelling errors in the doc jiras I filed for 2.7. Do you want to re-spin to get that fixed, or should I file a new jira to take care of that in the next release? /Anders On Thu, Dec 23, 2010 at 00:39, Kristian Rosenvold krosenv...@apache.orgwrote: Hi, We solved 10 issues:

Re: Dependency to native dll

2010-11-19 Thread Anders Hammar
with System.load(...). Seems it will automatically be downloaded to the local repo when the plugin has a dependency to it. Thanks for the help! Halvor -Original Message- From: anders.g.ham...@gmail.com [mailto:anders.g.ham...@gmail.com] On Behalf Of Anders Hammar Sent: 16. november 2010 14:17

Re: Dependency to native dll

2010-11-16 Thread Anders Hammar
Add it to your repo and declare a dependency. Loads of dissussions about this on the Internet. Here's one: http://stackoverflow.com/questions/1001774/managing-dll-dependencies-with-maven /Anders On Tue, Nov 16, 2010 at 12:27, Halvor Platou halvor.pla...@marinecyb.comwrote: I'm developing a

Re: Dependency to native dll

2010-11-16 Thread Anders Hammar
during execution. I don't find the dll in the target-folder for the project that is build using my plugin. Halvor -Original Message- From: anders.g.ham...@gmail.com [mailto:anders.g.ham...@gmail.com] On Behalf Of Anders Hammar Sent: 16. november 2010 12:36 To: Maven Developers List

Re: Dependency to native dll

2010-11-16 Thread Anders Hammar
? Halvor -Original Message- From: anders.g.ham...@gmail.com [mailto:anders.g.ham...@gmail.com] On Behalf Of Anders Hammar Sent: 16. november 2010 13:07 To: Maven Developers List Subject: Re: Dependency to native dll Declare it as a dependency in the maven-plugin

Re: [Enforcer] trunk pom is linked against a wrong maven-parent

2010-11-05 Thread Anders Hammar
maven-parent 17 is being voted for and is in a staged repo. http://maven.40175.n5.nabble.com/vote-release-maven-parent-17-td3245817.html#a3245817 /Anders On Fri, Nov 5, 2010 at 09:01, Matthias Wessendorf mat...@apache.org wrote: Hi, I noticed that our (MyFaces) hudson fails to build some of

Re: Creating an ear file from a combination of two other ears

2010-10-25 Thread Anders Hammar
Wrong mailing list. Use the Maven users list for this type of questions. http://maven.apache.org/mail-lists.html /Anders On Sun, Oct 24, 2010 at 16:21, Varsha Hardikar vhardi...@cybersource.comwrote: I am doing a project where I have to build an ear file (lets call it EAR3) from a combination

Re: Plugin deployment problems

2010-09-20 Thread Anders Hammar
I'd say you don't have permission to deploy (snapshots) to m-checkstyle-p. You need to get someone to verify this for you. /Anders On Mon, Sep 20, 2010 at 12:15, Mark Hobson markhob...@gmail.com wrote: On 17 September 2010 21:38, Anders Hammar and...@hammar.net wrote: That's what I would do

Re: Plugin deployment problems

2010-09-20 Thread Anders Hammar
I'm kind of thinking that Jason was right when he said that the switch to ldap could have caused this... /Anders On Mon, Sep 20, 2010 at 14:37, Mark Hobson markhob...@gmail.com wrote: On 20 September 2010 13:00, Anders Hammar and...@hammar.net wrote: I'd say you don't have permission

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-18 Thread Anders Hammar
I believe this is a Nexus issue, for which there is a fix. It was mentioned on the nexus users list some days ago. /Anders (mobile) Den 2010 9 18 10:28 skrev stug23 pat.poden...@gmail.com: We see the problem reported in https://issues.sonatype.org/browse/NEXUS-3776 This would need to be

Re: Plugin deployment problems

2010-09-17 Thread Anders Hammar
But he could log into the Apache Nexus instance through the UI, so that can't be the case. Mark, are you sure the server id in settings.xml match the id of the repo (e.i. apache.snapshots.https)? Is the password encrypted? /Anders On Fri, Sep 17, 2010 at 19:21, Jason van Zyl ja...@sonatype.com

Re: Plugin deployment problems

2010-09-17 Thread Anders Hammar
That's what I would do. Start with a simple setup and when that works add the encryption. /Anders On Fri, Sep 17, 2010 at 22:35, Mark Hobson markhob...@gmail.com wrote: On 17 September 2010 19:41, Anders Hammar and...@hammar.net wrote: But he could log into the Apache Nexus instance through

Should we start planning for v1.0.3?

2010-08-18 Thread Anders Hammar
There's a user asking for this. Should we decide for a time frame and try to fix what ever we manage within that period? I have one ongoing issue that I would like to spend some more time on. But I should be able to finish within a week or two. Should we say beginning of September? Also, should

Re: Should we start planning for v1.0.3? - Ignore this!

2010-08-18 Thread Anders Hammar
Please ignore my mail below. It was intended for the cargo dev list. So sorry, /Anders On Wed, Aug 18, 2010 at 20:28, Anders Hammar and...@hammar.net wrote: There's a user asking for this. Should we decide for a time frame and try to fix what ever we manage within that period? I have one

Re: Any plans to reintroduce the uniqueVersion functionality?

2010-08-16 Thread Anders Hammar
This type of questions are more appropriate for the users list. I'm including that as well. Please just respond to that mailing list. From what I know, uniqueVersion is always true for Maven 3 and there is no planned support for non-unique versions. Other people has asked the same, but nobody has

Re: [VOTE] Release Maven Site Plugin 3.0-beta-1 for maven 3

2010-08-10 Thread Anders Hammar
May I suggest that you do not deploy the site for Site plugin 3.0-beta-1 at all, since it doesn't contain anything that isn't already published in the 2.1.1 site. Instead of putting the plugin URL in the release notes e-mail, you could use the URL to wiki page that you wrote. Perhaps linking

Re: [VOTE] Release Maven Site Plugin 3.0-beta-1 for maven 3

2010-08-08 Thread Anders Hammar
I don't find any information regarding how the plugin's site is going to be managed. As there will be two active branches of the plugin (right?), having just one site could be confusing I think. /Anders On Sat, Aug 7, 2010 at 21:54, Olivier Lamy ol...@apache.org wrote: Hi, In order to have a

Re: [ANN] Maven Doxia Tools 1.1 Released

2010-08-05 Thread Anders Hammar
Yes, clearly a copy-paste error from another release Dennis is doing right now. The artifactId should be 'doxia-tools'. /Anders On Thu, Aug 5, 2010 at 09:51, Tony Chemit che...@codelutin.com wrote: Le Wed, 04 Aug 2010 23:53:49 +0200, Dennis Lundberg denn...@apache.org a écrit : The Maven

Re: pom.xml property issue.

2010-06-16 Thread Anders Hammar
You can't. You should move the property to the parent project instead. /Anders On Wed, Jun 16, 2010 at 10:30, Minhaj minhaj...@gmail.com wrote: Hi, Can anyone tell me how to access the property of module's pom.xml into parent project pom.xml ?? Regards - -Minhaj

Re: Multi Module CVS Checkout

2010-06-15 Thread Anders Hammar
Thomas, you asked the very same question yesterday. And also a few days before that, IIRC. Please don't spam the list! As Justin pointed out yesterday, there may be several reasons that nobody answers. Posting the same question every day will not make people give you the solution any quicker.

Re: Missing signatures for the wagon 1.0-beta-2 artifacts

2010-03-16 Thread Anders Hammar
). This could be added to the maven-plugins parent pom. Anyone else that thinks that this dependency in the plugins to Apache artifacts that aren't signed, is an issue? /Anders On Fri, Mar 12, 2010 at 13:31, Anders Hammar and...@hammar.net wrote: While implementing a Maven environment

Missing signatures for the wagon 1.0-beta-2 artifacts

2010-03-12 Thread Anders Hammar
While implementing a Maven environment for a customer where the signatures for used Apache artifacts are verified, I've stumbled upon the fact that the artifacts of wagon 1.0-beta-2 aren't signed. As all other versions (1.0 alphas and betas) have signatures, I'm confused. Does anyone know

<    1   2   3   4   5   6