Re: mvn eclipse:plugin and project inheritance

2006-05-17 Thread Taavi Sildeberg
Hello David, Do you have inside a module A and s module B parent defined? Something like this: parent groupIdyour parent groupid/groupId artifactIdyour parent artifact id /artifactId versionyour parent version/version /parent Taavi Davis Ford wrote: Hi, I have a parent pom.xml

Re: Error updating 2.0.4 plugins

2006-05-17 Thread Anders Kristian Andersen
Hi I see that www.codehouse.org/ says We are currently experiencing disk problems with beaver.codehaus.org. The problem is being looked at by our service provider. I see that http://snapshots.maven.codehaus.org/ is unable to connect. You comment... A temporary solution is to define a mirror

Internal remote repository setup in Maven 2

2006-05-17 Thread Gustavo Valle
Hello I'm new to Maven 2 and I just needed some help setting up my environment. Basically I want to have an internal remote repository where maven can download all plugins and artifacts not found in my local repository and to use it also to upload my project artifact. Simple uh? Well, I

Re: pluginManagement, purpose?

2006-05-17 Thread Piéroni Raphaël
Hello, Do the pluginManagement also ensure the versions and configurations of reports ? Raphaël 2006/5/17, Tim Kettler [EMAIL PROTECTED]: You can specify a default configuration for your plugins that the plugin definitions in child poms then pick up. This includes but is not limited to the

Re: Internal remote repository setup in Maven 2

2006-05-17 Thread jerome lacoste
On 5/17/06, Gustavo Valle [EMAIL PROTECTED] wrote: Hello I'm new to Maven 2 and I just needed some help setting up my environment. Basically I want to have an internal remote repository where maven can download all plugins and artifacts not found in my local repository and to use it also to

Re: War plugin and filtering webapp files

2006-05-17 Thread Jorg Heymans
This is something i couldn't get to work either. A brief look at the code reveils that it's doing exactly the same as the resources plugin to get the project properties, so i'm wondering if this is not working for normal resources as well. private Properties getBuildFilterProperties()

Re: Need information on maven proxy

2006-05-17 Thread Clifton Craig
There seems to be a disk corruption problem on codehaus from what I've heard. I'm not sure when it will be available but I can tell you what I know of Maven-proxy. I got it up and running here. I used the war distribution and dropped it into a Jetty instance. I had some trouble understanding

Running a simple Java project, Maven2

2006-05-17 Thread Clifton Craig
Hello all! I'm having trouble running a simmple (well moderately simple) project. It consists of two Groovy defined classes so far and Groovy source loading seems to not work for some reason. So instead I tried compiling using the Antrun plugin in Maven. All is well but now I wish to run my

[M2] Repeatable builds and plugin versions

2006-05-17 Thread Gunther Popp
Hi! I've seen several threads in the archive discussing reproducible builds, but didn't find an answer to the following issue: A few days ago, a number of M2 plugins have been updated in the repository. One of those updates, the new site-plugin, broke my existing build. In V2.0-beta-4 one

RE: Need information on maven proxy

2006-05-17 Thread Malcolm Wong Ho
i'm trying to use maven-proxy, i have a ntlmaps proxy setup. The maven-proxy.properties file has an entry for the proxy and port, but i get java.net.ConnectException: Connection refused. Any ideas ? -Original Message- From: Clifton Craig [mailto:[EMAIL PROTECTED] Sent: Tue 5/16/2006

Re: Running a simple Java project, Maven2

2006-05-17 Thread Markus Reinhardt
Hi Clifton, Am Dienstag, den 16.05.2006, 15:51 -0400 schrieb Clifton Craig: Is there a way I can define the main class in my pom or in the plugin settings that I'm not aware of? please advise. there is. Just add ... build plugins plugin groupIdorg.apache.maven.plugins/groupId

Re: Status on mavenide (maven2) IDEA plugin?

2006-05-17 Thread Gwyn
Wayne Fay wrote: IDEA is a product of a company which charges money for the IDE. Thus it by definition does not have as many customers as a free product like Netbeans and Eclipse. While IDEA may well have less users than NetBeans/Eclipe, it's certainly not by definition. In fact,

[m2] idea plugin problems with xmlbeans-jsr-173-api dependency

2006-05-17 Thread Mikael Andersson
Hi Just ran a mvn -U idea:idea and the updated plugin fails to build! With the below error message: [ERROR] BUILD ERROR [INFO] [INFO] Failed to resolve artifact. Missing: -- 1)

Re: build changes problem continuum 1.0.3

2006-05-17 Thread Syvalta
Emmanuel Venisse wrote: Mattias Andersson wrote: contains no information about who made them. No, it isn't a known bug. At least that part sounds like CONTINUUM-620 . -- View this message in context:

Re: [m2] idea plugin problems with xmlbeans-jsr-173-api dependency

2006-05-17 Thread Tim Kettler
Hi, there is no artifact at http://repo1.maven.org/maven2/xmlbeans/xmlbeans-jsr173-api/2.0-dev/ so I think you have to install it in your local repo by hand. -Tim Mikael Andersson schrieb: Hi Just ran a mvn -U idea:idea and the updated plugin fails to build! With the below error message:

Re: [m2] idea plugin problems with xmlbeans-jsr-173-api dependency

2006-05-17 Thread Mikael Andersson
Yes spotted that, was hoping there might be another repository somewhere or that the jar file could be put in the public repo. -Micke On 17/05/06, Tim Kettler [EMAIL PROTECTED] wrote: Hi, there is no artifact at http://repo1.maven.org/maven2/xmlbeans/xmlbeans-jsr173-api/2.0-dev/ so I think

xml-rpc client

2006-05-17 Thread Adam Leggett
Hi, I can add a project using ProjectsReader.addProject but am unable to add a build definition so pr.buildProject fails. I tried modifying the ProjectsReader.projectToHashtable method to include the call to project.getBuildDefinitions() but that didn't work either. Does the service endpoint

Re: Compilation failure of java.nio.BufferOverflowException

2006-05-17 Thread Thorsten Heit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I am trying replace ANT with MAVEN to build my project. In ant, I also met the memory overflow problem when execute the javac task. Finally the problem is solved by set memoryMaximumSize property like this, javac destdir=${classes.dir}

Re: build changes problem continuum 1.0.3

2006-05-17 Thread Mattias Andersson
Hi, Yes CONTINUUM-620 is definitely present. But the problem is that the actual changes are the same after each build. It never changes?! I'm of too Barcelona for a weekend holiday in a moment but when I get back on Tuesday I'll file a bug report with screenshots. /Mattias Emmanuel

Re: mvn eclipse:plugin and project inheritance

2006-05-17 Thread Davis Ford
yes, that is the way it is currently set up On 5/17/06, Taavi Sildeberg [EMAIL PROTECTED] wrote: Hello David, Do you have inside a module A and s module B parent defined? Something like this: parent groupIdyour parent groupid/groupId artifactIdyour parent artifact id /artifactId

Assembly plugin and optional dependencies

2006-05-17 Thread Guilherme Silveira
I have a pom file which includes dependency=A as scope=compile, optional=true. I would like the assembly plugin to add all optional dependencies in a separate directory than the non-optional ones... any way to do this? I currently have: dependencySets dependencySet

Re: No test to run with surefire plugin 2.2

2006-05-17 Thread Julien Henry
Up please ! How do you run test suites with new surefire plugin ? Thanks Julien Henry a écrit : Hi, My tests are launched thanks to a TestSuite : public class JWebUnitTest extends TestSuite { public static Test suite() { TestSuite suite = new TestSuite(Test for net.sourceforge.jwebunit);

Maven2 versus JAXB

2006-05-17 Thread Franz Fehringer
Hello, I followed the instructions on https://jaxb.dev.java.net/jaxb-maven2-plugin/ without success. On mvn -U compile i get ERROR] BUILD ERROR INFO] INFO] The plugin 'com.sun.tools.xjc.maven2:maven-jaxb-plugin' does not

Re: Re: Compilation failure of java.nio.BufferOverflowException

2006-05-17 Thread Zhi
Thanks Thorsten! Yes. I tried set MAVEN_OPTS=-Xmx256m just now. Unfortunately, it makes no difference. The exception message are still the same. Is there anybody can read the exception stack? java.nio.BufferOverflowException at java.nio.Buffer.nextPutIndex(Buffer.java:419) at

Re: Maven2 versus JAXB

2006-05-17 Thread Kenney Westerhof
On Wed, 17 May 2006, Franz Fehringer wrote: Hello, You perhaps missed this part in the instructions: 'Download This plugin will be added to the Maven 2 ibiblio repository and also to the java.net repository but we would like your feedback first. If you have praises or problems with this

Re: Maven2 versus JAXB

2006-05-17 Thread Alexandre Poitras
Your answer is in the download section of your link : Download This plugin will be added to the Maven 2 ibiblio repository and also to the java.net repository but we would like your feedback first. If you have praises or problems with this plugin please post your email by joining the mailing

Re: No test to run with surefire plugin 2.2

2006-05-17 Thread Julien Henry
I found a workaround here : http://jira.codehaus.org/browse/MSUREFIRE-113 Julien Henry a écrit : Up please ! How do you run test suites with new surefire plugin ? Thanks Julien Henry a écrit : Hi, My tests are launched thanks to a TestSuite : public class JWebUnitTest extends TestSuite

Re: Multi modules: project-jar and project-obfuscated-jar help

2006-05-17 Thread Bruno Patini Furtado
I'll help you with what I can :) On 5/16/06, Dave Comeau [EMAIL PROTECTED] wrote: I'm trying to design a multi-module project to do a variety of steps that I currently do in my existing Ant build system, and was previously given some advice to setup one module to create the standard jar

Re: Maven2 versus JAXB

2006-05-17 Thread Franz Fehringer
Thanks, Now i get (legacy reenabled) D:\projekte\Maven2\iso-appmvn -U install [INFO] Scanning for projects... [INFO] [INFO] Building Maven Quick Start Archetype [INFO]task-segment: [install] [INFO]

RE: Compilation failure of java.nio.BufferOverflowException

2006-05-17 Thread Jörg Schaible
Zhi, what OS are you using ? - Jörg Zhi wrote on Wednesday, May 17, 2006 5:24 AM: I am trying replace ANT with MAVEN to build my project. In ant, I also met the memory overflow problem when execute the javac task. Finally the problem is solved by set memoryMaximumSize property like this,

Re: Running a simple Java project, Maven2

2006-05-17 Thread Clifton Craig
Hi Markus, Thanx. That worked out just fine. Only problem was with the assembly plugin since I couldn't download due to the codehaus outage I wasn't able to use it. Thanx all the same. --- Clifton C. Craig, Software Engineer Intelligent Computer

RE: codehaus down?

2006-05-17 Thread Mike Perham
http://www.codehaus.org/status.html -Original Message- From: Brian Bonner [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 16, 2006 1:46 PM To: Maven Users List Subject: Re: codehaus down? I saw this yesterday and today as well. I pinged one of the guys on the XFire team. No word yet.

Re: Compilation failure of java.nio.BufferOverflowException

2006-05-17 Thread Zhi
Jörg, Microsoft Windows XP Professional 2002 SP2 java version: 1.5.0_06 Maven version: 2.0.4 And the project I am compiling is MyFaces [1]. Zhi [1] https://svn.apache.org/repos/asf/myfaces/current - Original Message - From: Jörg Schaible [EMAIL PROTECTED] To: Maven Users List

Re: Maven Not Resolving Dependencies

2006-05-17 Thread Bruno Patini Furtado
is UIComponentBase a class of yours? or for some JAR of which you depend? Because if it is a class of your project you may have put it outside the standard maven directory for source code, and maven is not compiling it. Eclipse source folders and where maven expects to find the sources are

problems withcobertura plugins

2006-05-17 Thread alexis parratte
hi, i have a problem with cobertura plugin v-2.0 this is a part of my build: plugin groupIdorg.codehaus.mojo/groupId artifactIdcobertura-maven-plugin/artifactId version2.0/version executions execution phasepre-site/phase goals goalclean/goal goalcheck/goal /goals configuration check

Codehaus down

2006-05-17 Thread Adrian Pillinger
Backups are transferred and we're starting the restore. There are some files that aren't restoring; but these are insignificant (i.e. you definitely won't care). We'll be making SVN available as soon as possible. We are hoping to make things available this weekend - 20th/21st Is this date

Re: [m2] site does not generate index.html anymore

2006-05-17 Thread Julien Henry
Same for me... Perhaps should we submit a bug report. Dario Luis Coneglian Oliveros a écrit : After upgrading to site-plugin 2.0-beta-5, I noticed the index.html of a project is not being generated anymore. Any thoughts ? Thanks, Dário

Doxia XdocParser?

2006-05-17 Thread Vance Karimi
Hi, I've changed the velocity site template for some sites changes, but I'm at a loss on how to solve the following. The site format is xdoc. I would like to do something like: ?xml version=1.0 encoding=iso-8859-1? document properties author email=[EMAIL PROTECTED]abc/author

Re: pluginManagement, purpose?

2006-05-17 Thread Wayne Fay
No, there is no reportingManagement node in 2.0. If you check Jira, this is on the list for 2.1. Wayne On 5/17/06, Piéroni Raphaël [EMAIL PROTECTED] wrote: Hello, Do the pluginManagement also ensure the versions and configurations of reports ? Raphaël 2006/5/17, Tim Kettler [EMAIL

Re: pluginManagement, purpose?

2006-05-17 Thread Piéroni Raphaël
Hi Wayne, I already know there is no reportManagement, what i'd like to know is is the pluginManagement part of the pom also affect the reports for configuration and version purpose . ;) Raphaël 2006/5/17, Wayne Fay [EMAIL PROTECTED]: No, there is no reportingManagement node in 2.0. If you

https proxy support?

2006-05-17 Thread Franz Fehringer
Hello, We use the same proxy host and port both for http and https. With Maven 2.0.4 i am able to dynamically download plugins over http but not over https. In the latter case i get Caused by: java.net.ConnectException: Connection timed out: connect     at

M2 - version and dependency

2006-05-17 Thread Karthik Manimaran
Hi, Is there a way to generate a jar/ejb jar/war file without the version number appended to the artifact filename and add that as a dependency? Thanks and regards, Karthik.

maven surefire-report:report

2006-05-17 Thread Marco Mistroni
hi all, somehow i m unable to run the surefire-report plugin. although i have test running, i cannot see any HTML generated from the .xml file here' s my pom (only relevant part...) plugin groupIdorg.apache.maven.plugins/groupId

urgent - downloading of snapshot not working, aaaargh!

2006-05-17 Thread Pete
Maven 2.0.4. We have a common jar Maven Project call 'infra_Common', but even though it deploys, it won't download to developer workstations after a 'mvn deploy' We have Continuum building deploying this project as 1.0-SNAPSHOT, however the snapshot jar only seems to get downloaded from our

Re: Maven2 versus JAXB

2006-05-17 Thread Alexandre Poitras
On 5/17/06, Franz Fehringer [EMAIL PROTECTED] wrote: Thanks, Now i get (legacy reenabled) D:\projekte\Maven2\iso-appmvn -U install [INFO] Scanning for projects... [INFO] [INFO] Building Maven Quick Start Archetype

Re: Maven2 versus JAXB

2006-05-17 Thread Franz Fehringer
Thanks. The 1.1 option has the slight problem that the referenced poms also still reference the 1.0.2 version, for example https://maven-repository.dev.java.net/repository/com.sun.xml.bind/poms/jaxb-impl-2.0.pom has dependency groupIdjavax.xml.bind/groupId artifactIdactivation/artifactId

RE: Compilation failure of java.nio.BufferOverflowException

2006-05-17 Thread Jörg Schaible
Zhi wrote on Wednesday, May 17, 2006 3:57 PM: Jörg, Microsoft Windows XP Professional 2002 SP2 java version: 1.5.0_06 Maven version: 2.0.4 And the project I am compiling is MyFaces [1]. Zhi [1] https://svn.apache.org/repos/asf/myfaces/current [snip] OK. I had once an issue on

Re: https proxy support?

2006-05-17 Thread Franz Fehringer
Only the first proxy is considered it seems. If i exchange the two proxies (https first http second) the http connects start to fail. How do i configure i proxy for both http amd https? Greetings Franz Franz Fehringer schrieb: Hello, We use the same proxy host and port both for http

RE: urgent - downloading of snapshot not working, aaaargh!

2006-05-17 Thread Jörg Schaible
Pete wrote on Wednesday, May 17, 2006 4:56 PM: Maven 2.0.4. We have a common jar Maven Project call 'infra_Common', but even though it deploys, it won't download to developer workstations after a 'mvn deploy' We have Continuum building deploying this project as 1.0-SNAPSHOT, however

Re: M2 - version and dependency

2006-05-17 Thread Tim Kettler
Hi, you can change the name of the generated artifact with the finalName/ tag in you pom but that doesn't affect the naming of the artifact in a repository. As soon as you install/deploy that artifact to a repository maven uses a name in the form ${artifactId}-${version}.jar. So the answer

Re: Trying to run goal site

2006-05-17 Thread Douglas WF Acheson
Hello, Okay so I have found out what the problem was. I have in my pom.xml the following (snippet here) dependency groupIdacegisecurity/groupId artifactIdacegi-security/artifactId version0.7.0/version scopecompile/scope exclusions

Re: urgent - downloading of snapshot not working, aaaargh!

2006-05-17 Thread Pete
Jörg, thanks for your reply, but we aren't using versionSNAPSHOT/version we are using version1.0-SNAPSHOT/version on all our artifacts (some of them inherit this from the parent's version though) So I don't think the JIRA applies here ? Pete On 17/05/06, Jörg Schaible [EMAIL PROTECTED]

Re: War plugin and filtering webapp files

2006-05-17 Thread Julian Wood
On 17-May-06, at 1:14 AM, Jorg Heymans wrote: This is something i couldn't get to work either. A brief look at the code reveils that it's doing exactly the same as the resources plugin to get the project properties, so i'm wondering if this is not working for normal resources as well.

Re: War plugin and filtering webapp files

2006-05-17 Thread Kris Nuttycombe
Is there a reason why the common functionality can't be factored out of the resources plugin so that there isn't code duplication between war and resources? I hate to see copy-and-paste coding in a situation like this. Kris Jorg Heymans wrote: This is something i couldn't get to work

Dependency are not downloading from remote repository placed in Subversion with http access

2006-05-17 Thread Alexander Schwartz
*Hi, we are migrating to maven-1.1 and encountered a mission critical bug: We could not download dependencies from a maven repo placed under subversion (with http access). The problems seems to be known: http://jira.codehaus.org/browse/MAVEN-1659 Adding all ant jars to our maven installation

RE: urgent - downloading of snapshot not working, aaaargh!

2006-05-17 Thread Jörg Schaible
Hi Pete, Pete wrote on Wednesday, May 17, 2006 5:52 PM: Jörg, thanks for your reply, but we aren't using versionSNAPSHOT/version we are using version1.0-SNAPSHOT/version on all our artifacts (some of them inherit this from the parent's version though) So I don't think the JIRA

Re: Maven Not Resolving Dependencies

2006-05-17 Thread Ole Ersoy
Hi Bruno, It's actually a class from the Apache myfaces project and it is downloaded from ibiblio by maven using the standard dependency mechanism. So eclipse is loading the dependency from the local maven repository. For some reason Maven is not seeing the dependency in the repository.

Re: Trying to run goal site

2006-05-17 Thread Wayne Fay
I think you should try the following: 1. Add an explicit spring-core/springframework dependency node with the proper version. 2. Remove this exclusion node. 3. Run mvn -X and watch what version(s) of acegisecurity and springframework are used. Maven should automatically see that acegi needs

Re: pluginManagement, purpose?

2006-05-17 Thread Wayne Fay
Not sure. Give it a try and report back. Wayne On 5/17/06, Piéroni Raphaël [EMAIL PROTECTED] wrote: Hi Wayne, I already know there is no reportManagement, what i'd like to know is is the pluginManagement part of the pom also affect the reports for configuration and version purpose . ;)

Re: Maven Not Resolving Dependencies

2006-05-17 Thread Wayne Fay
Upgrade to Maven 2.0.4. I doubt it will solve your problem, but 2.0.3 had regression bugs, so no one should use it. Wayne On 5/17/06, Ole Ersoy [EMAIL PROTECTED] wrote: Hi Bruno, It's actually a class from the Apache myfaces project and it is downloaded from ibiblio by maven using the

JavaOne?

2006-05-17 Thread Carl Schmidt
Hey there, anyone else here at JavaOne want to get together and chat? I was shocked that there wasn't even a Maven BOF! - Carl Hacked out painfully on my Blackberry just for you...

Re: Re: Compilation failure of java.nio.BufferOverflowException

2006-05-17 Thread Wayne Fay
Try 512. If that doesn't work, try 768. Then 1024. Wayne On 5/17/06, Zhi [EMAIL PROTECTED] wrote: Thanks Thorsten! Yes. I tried set MAVEN_OPTS=-Xmx256m just now. Unfortunately, it makes no difference. The exception message are still the same. Is there anybody can read the exception stack?

Re: Maven2 versus JAXB

2006-05-17 Thread Wayne Fay
In that case, download and manually install the activation 1.0.2 artifact into your local repo. This seems to be your only option. At the same, I would file a bug with the proper Java.net project so the new Jaxb release does not depend on the old artifact(s), if possible. Wayne On 5/17/06,

NullPointerException in Release Plugin 2.0-beta-4

2006-05-17 Thread Stefan Hübner
Hi folks, I'm getting a NullPointerException when invoking mvn release:prepare -DdryRun=true (don't know, if the dryRun-parameter makes any difference). See the stack trace below. Any thoughts on this issue? cheers, Stefan java.lang.NullPointerException at

Re: Trying to run goal site

2006-05-17 Thread Douglas WF Acheson
Hello, Thanks for the response. I wen through the exercise of using -X to resolve my compile issues when I started to use Maven2. What happens (found out by using -X) is that Spring 1.1.3 is added to the classpath via the acegi (0.7) dependency, even though I have explicitly put the Spring

Re: JavaOne?

2006-05-17 Thread Brett Porter
We missed out this year, unfortunately. If you are in the pavilion today, a couple of us will likely be at the Mergere booth - come by and say hi. Cheers, Brett On 5/17/06, Carl Schmidt [EMAIL PROTECTED] wrote: Hey there, anyone else here at JavaOne want to get together and chat? I was

Re: Trying to run goal site

2006-05-17 Thread Wayne Fay
You could download the acegisecurity source code, move it under your own company's groupId, modify the pom so it uses the newer Spring 1.2.4, build and deploy it to your local corporate repo. Then adjust your own project's pom to reflect the new groupId etc. I'm sure this is more painful than

m2 how to exclude java files from target directory for compilation

2006-05-17 Thread Gautham Pamu
Hi Everyone, I have project where the source code in the basedirectory, this is an SCA module so it has source code in the basedir. During mvn install phase, I run serviceDeploy task on the jar, I was using keep=true which keeps the working directory in the target directory. Now when I run mvn

[m2] phase skipping in release plugin?

2006-05-17 Thread Mark Hobson
Hi there, I've just tried to use the lovely new release plugin, but discovered I can't due to be reliant on SNAPSHOT dependencies. Normally I'd agree this is a bad thing, but the dependency in question is a build extension - a locally hosted patched wagon webdav, until WAGON-48 is fixed. So

Re: Need information on maven proxy

2006-05-17 Thread Clifton Craig
From my knowledge, there is limited Java support for ntlm proxies. Generally only the older outdated versions are supported so you may be out of luck. We have a http proxy the supports basic authentication so I can only be of little help in your situation. My apologies and I wish the best of

how to use plexus components in ant script plugin?

2006-05-17 Thread Jason Chaffee
The ant-plugin guide: http://maven.apache.org/guides/plugin/guide-ant-plugin-development.html discusses advanced usage of plexus components, but it doesn't say how they can be used within ant. Can someone elaborate on this? In particular, I would like to create an ant based plugin that is able

Profilex.xml profile not found

2006-05-17 Thread raghurajan . x . gurunathan
Hi All Suddenly my profiles in profiles.xml are sudenly not getting activated..? I was using it without any problem so long. It drives me crazy any one has any idea ? why its not finding my profiles in profies.xml i have it as activeByDefaulttrue/activeByDefault Please help Thanks, Raghu

Re: [m2] is maven-developer-activity-plugin a Maven 2 plugin???

2006-05-17 Thread Leo L
Thanks Dennis and Yann! I´ll check it out... Regards, Leo 2006/5/16, Yann Le Du [EMAIL PROTECTED]: Hi Leo, The developer activity report is part of the changelog-maven-plugin, which is a Maven 2 plugin with the groupId org:codehaus:mojo

Re: Trying to run goal site

2006-05-17 Thread Douglas WF Acheson
Thx, I thought so. Do you see this as a defect, or is this the way things are supposed to work? I have no problems logging this as a defect (if that is what it is) and manipulating the pom file as a work around. My concern is how many times will this I have to do this (rhetorical question). So

Re: Maven Not Resolving Dependencies

2006-05-17 Thread Ole Ersoy
Thanks Wayne - I'll do that as well. I just figured out what the problem was. I upgraded java, but I was root. So apparantly maven could not run the classloader. I installed again as me, and now everything works fine. Cheers, - Ole --- Wayne Fay [EMAIL PROTECTED] wrote: Upgrade to Maven

RE: Multi modules: project-jar and project-obfuscated-jar help

2006-05-17 Thread Dave Comeau
Thanks for the quicky reply Dan. When you said you can deploy multiple artifacts under one project, did you mean that that one project contains multiple modules? I was following your advice from this earlier response: http://www.mail-archive.com/users@maven.apache.org/msg41540.html ...where

Central repo slow -- hangs often

2006-05-17 Thread Davis Ford
Hi, it seems getting to the central repo and downloading dependencies often hangs for me, and i have to restart the process again and again. I understand the intermittency of network issues, but is there any recommended solution for this? I added: mirrors mirroretc./mirror /mirrors a whole

Re: Status on mavenide (maven2) IDEA plugin?

2006-05-17 Thread Vinny
Got a confirmation... jetbrains is building in Maven support into their next release of IDEA, it should have the same integration that Ant enjoys. Very cool. On 5/17/06, Gwyn [EMAIL PROTECTED] wrote: Wayne Fay wrote: IDEA is a product of a company which charges money for the IDE. Thus it

Re: Status on mavenide (maven2) IDEA plugin?

2006-05-17 Thread Wayne Fay
Hopefully that's Maven2 -and- Maven1, not just one or the other, though I personally just care about M2 at this point... Wayne On 5/17/06, Vinny [EMAIL PROTECTED] wrote: Got a confirmation... jetbrains is building in Maven support into their next release of IDEA, it should have the same

Adding Maven Plugins

2006-05-17 Thread Hycel Taylor
Hi, I'm new to using Maven. I purchased the book, Maven A Developer's Nnotebook, and I've read it cover to cover. However, it's not up to date with Maven2. I've setup my first Maven project and now I'm trying to download a few Maven plugins. Initially I need to download the Spring1.2.6.jar

Re: Multi modules: project-jar and project-obfuscated-jar help

2006-05-17 Thread dan tran
On 5/17/06, Dave Comeau [EMAIL PROTECTED] wrote: Thanks for the quicky reply Dan. When you said you can deploy multiple artifacts under one project, did you mean that that one project contains multiple modules? I was following your advice from this earlier response:

Re: Multi modules: project-jar and project-obfuscated-jar help

2006-05-17 Thread dan tran
I meant so that you DONT need build-helper-maven-plugin -Dan On 5/17/06, dan tran [EMAIL PROTECTED] wrote: On 5/17/06, Dave Comeau [EMAIL PROTECTED] wrote: Thanks for the quicky reply Dan. When you said you can deploy multiple artifacts under one project, did you mean that that

Re: Adding Maven Plugins

2006-05-17 Thread Dennis Lundberg
Hycel Taylor wrote: Hi, I'm new to using Maven. I purchased the book, Maven A Developer's Nnotebook, and I've read it cover to cover. However, it's not up to date with Maven2. If you want to get updated on Maven 2, I can highly recommend the new book Better Builds with Maven written by

Re: Central repo slow -- hangs often

2006-05-17 Thread Brett Porter
We don't currently have any resume support, unfortunately. I'd suggest trying the default repository (repo1.maven.org), as right now it is the fastest. - Brett On 5/17/06, Davis Ford [EMAIL PROTECTED] wrote: Hi, it seems getting to the central repo and downloading dependencies often hangs for

Who is mergere.com and why is maven.org resolving to it?

2006-05-17 Thread Paul Spencer
Maven build is failing to download dependencies. I am getting the following errors. Notice the url maven.org is changed to mergere.com. Error transferring file commons-logging:commons-logging:jar:1.1 from the specified remote repositories: central (http://repo1.maven.org/maven2)

Re: Status on mavenide (maven2) IDEA plugin?

2006-05-17 Thread ben short
Vinny, Where did you hear that? Do you have a link to it? Ben On 5/17/06, Wayne Fay [EMAIL PROTECTED] wrote: Hopefully that's Maven2 -and- Maven1, not just one or the other, though I personally just care about M2 at this point... Wayne On 5/17/06, Vinny [EMAIL PROTECTED] wrote: Got a

Re: Who is mergere.com and why is maven.org resolving to it?

2006-05-17 Thread Brett Porter
Hi Paul, My company has offered the services of the repository while there has been an extended hardware outage on the original community box at maven.org. I am able to download that JAR unauthenticated - do you have the same problems from a browser? Cheers, Brett On 5/17/06, Paul Spencer

Re: Adding Maven Plugins

2006-05-17 Thread Hycel Taylor
Thank you for the references. I'll tear into them right away. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JavaOne?

2006-05-17 Thread Carlos Sanchez
And later at the Geronimo party at the W hotel ;) See http://www.virtuas.com/ On 5/17/06, Brett Porter [EMAIL PROTECTED] wrote: We missed out this year, unfortunately. If you are in the pavilion today, a couple of us will likely be at the Mergere booth - come by and say hi. Cheers, Brett On

Re: Who is mergere.com and why is maven.org resolving to it?

2006-05-17 Thread Paul Spencer
Brett, It appears the content type set by the server is different. My company firewall is blocking it. Authenticating to the company firewall will allows maven to work. Response denied from http://64.14.253.156:80/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.jar:

Error downloading commons-logging-1.1.pom from repo.mergere.com

2006-05-17 Thread Paul Spencer
I am getting the following error when Maven is downloading commons-logging-1.1.pom from repo.mergere.com [WARNING] POM for 'commons-logging:commons-logging:pom:1.1:compile' is invalid. It will be ignored for artifact resolution. Reason: Parse error reading POM. Reason: expected start tag name

J2me maven plugin

2006-05-17 Thread Vandermi Joao da Silva
I have a maven2 project using J2me, but I do not to make preverify in my .jar. Then, the jar not work in my device. Somebody can help me? Is there some plugin for J2ME? If that exist plugin ,is possible create a file jad to project J2me? I see one plugin in mojo site but the URL is down.

Legacy repository snapshot deploy

2006-05-17 Thread Eric White
I'm starting to migrate my maven1 projects over to maven2. I need to publish snapshot artifacts to a maven1 repository from a maven 2 build. I have my repo set up in legacy mode, and the artifact publishes and converts the snapshot to a date encoded version number just like it's supposed to.

Re: Error downloading commons-logging-1.1.pom from repo.mergere.com

2006-05-17 Thread Dennis Lundberg
Paul Spencer wrote: I am getting the following error when Maven is downloading commons-logging-1.1.pom from repo.mergere.com [WARNING] POM for 'commons-logging:commons-logging:pom:1.1:compile' is invalid. It will be ignored for artifact resolution. Reason: Parse error reading POM. Reason:

Re: Release Plugin Assistance

2006-05-17 Thread Andrew Kreps
Julian, In fact, I hadn't tried that. It wasn't the entire solution, but it did get me up and running. Now I'm havving fun with version numbers because our code is now being considered part of the Maven repository. Hence, it's subject to Maven's rules and regs regarding versioning. Thanks for

Re: Adding Maven Plugins

2006-05-17 Thread Hycel Taylor
I'm pretty confused from what I have read: I do not understand if I should be adding a dependency or a plugin. This is what I currently have in my pom file: project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Re: Adding Maven Plugins

2006-05-17 Thread Carlos Sanchez
dependency groupIdorg.spingframework/groupId artifactIdspring-core/artifactId version1.2.6/version /dependency On 5/17/06, Hycel Taylor [EMAIL PROTECTED] wrote: I'm pretty confused from what I have read: I do not understand if I should be adding a dependency or a plugin. This

Re: Adding Maven Plugins

2006-05-17 Thread Hycel Taylor
So, I'm the one who added the dependency to my pom. However, when I executed the command, mvn jar:jar, I did not see any messages that it was downloading the spring core plugin. So, I have two questions: 1) Where can I look to verify that the plugin has been downloaded? 2) What's the

wagon-ftp cannot be downloaded

2006-05-17 Thread Davis Ford
Hi, we use ftp to deploy to our local repo. As a litmus test for the environment, I completely wiped out my .m2/repository/* Then I tried to do a mvn test on one of my projects. This project has a parent pom.xml which has: build extensions extension

Re: wagon-ftp cannot be downloaded

2006-05-17 Thread Carlos Sanchez
http://repo1.maven.org is not a valid repo, it's http://repo1.maven.org/maven2 On 5/17/06, Davis Ford [EMAIL PROTECTED] wrote: Hi, we use ftp to deploy to our local repo. As a litmus test for the environment, I completely wiped out my .m2/repository/* Then I tried to do a mvn test on one of

  1   2   >