the artifects are missing in the repository.

2009-03-20 Thread Mohapatra Pragna Prachetas
Hi all, I am a very novice user of maven I am trying to create a dummy project using IONA FUSE. When I am trying to use the mvn install command it is ending up in the following error. When I manually try to down load the artifact the sites does not respond to it . Please find the log

Re: Forced to do maven clean before each maven

2009-03-20 Thread Lukas Theussl
That will be difficult with the information that you provide. What is the default goal that is run with 'maven'? What kind of changes do you expect to see? What application? -- amtixx wrote: I am having a issue where i am forced to do a maven clean before i do a maven. I am using Maven

Re: the artifects are missing in the repository.

2009-03-20 Thread Jörg Schaible
Mohapatra Pragna Prachetas wrote: Hi all, I am a very novice user of maven I am trying to create a dummy project using IONA FUSE. When I am trying to use the mvn install command it is ending up in the following error. When I manually try to down load the artifact the sites does

Re: How to integrate xhtml files into a maven generated site?

2009-03-20 Thread Marco Huber
Thank you Lukas for your answer. So I wait for maven 2.1 until I can add my documentation to the project :-( Marco Lukas Theussl wrote: This doesn't work with doxia-1.0, it's fixed in doxia-1.1 which is not used yet by the site plugin. There is a snapshot of the site plugin (version

Re: Coordinate alignment with Java package

2009-03-20 Thread Stephen Connolly
No. e.g. (I own one-dash.com) I might roll a custom version of log4j... I would deploy this as groupId=com.one-dash artifactId=log4j version=1.2.14 Why should I have to change the package names? 2009/3/20 Merv Green paradeofh...@gmail.com Is it reasonable to insist that a project's Java

Re: Forced to do maven clean before each maven

2009-03-20 Thread Stephen Connolly
Also you are using a rather old version of maven (1.1)... The entire architecture of maven was changed moving to maven 2... I suspect not many people remember much about maven 1.x. (Personally all I recall is that it was a pile of sh1t) -Stephen 2009/3/20 Lukas Theussl ltheu...@apache.org

Fwd: [GSoC 2009] Apache is officially participating in Google Summer of Code 2009

2009-03-20 Thread Vincent Siveton
FYI -- Forwarded message -- From: Luciano Resende lrese...@apache.org Date: 2009/3/19 Subject: [GSoC 2009] Apache is officially participating in Google Summer of Code 2009 To: p...@apache.org Dear PMC, It's now official, Google has announced that The Apache Software Foundation

librarys from project lib folder

2009-03-20 Thread fachhoch
I have some custom project libraries i don't want to put these libs into my repository,rather configure pom to look for libs inside project/lib folder ,is this possible and what pom needs for this ? -- View this message in context:

Using a property for classifiers fails in transitive dependencies

2009-03-20 Thread Rodrigo Ruiz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I am facing this problem in a project migration to Maven. Some of the sub-projects to be migrated are native libraries that currently are encapsulated in jars. I want to use the classifier for distinguising the jars to be used in different

Re: Artifact version and fileset filtering

2009-03-20 Thread Landais Gabriel
Le Wed, 18 Mar 2009 11:17:37 +, Stephen Connolly stephen.alan.conno...@gmail.com a écrit : how is this different from running mvn -N versions:update-child-modules Oops, yes... Never seen that plugin as it is not on http://maven.apache.org/plugins/ ... Sorry Gabriel

Re: Forced to do maven clean before each maven

2009-03-20 Thread Anders Kristian Andersen
Hi Amtixx Yes ofcause you can get it fixed. The situation is that maven 1 is an older generation of maven, and there is not likely comming a new release here. So your fix can be to migrate to maven 2, here the clean procedure is better. Okay it is friday, so an other solution is to send

Re: librarys from project lib folder

2009-03-20 Thread Dirk Olmes
fachhoch wrote: I have some custom project libraries i don't want to put these libs into my repository,rather configure pom to look for libs inside project/lib folder ,is this possible and what pom needs for this ? Those artifacts are typically in system scope.

Re: compile-time only depend - how to reference without generating transitive dependency?

2009-03-20 Thread sebb
On 19/03/2009, Stephen Connolly stephen.alan.conno...@gmail.com wrote: 2009/3/19 sebb seb...@gmail.com On 19/03/2009, Stephen Connolly stephen.alan.conno...@gmail.com wrote: 2009/3/19 sebb seb...@gmail.com On 19/03/2009, Stephen Connolly stephen.alan.conno...@gmail.com wrote:

RE: Exception during dependency report creation

2009-03-20 Thread EJ Ciramella
This is the chase through the bug I did yesterday. There's a file in there that's a Chinese dialect (supposedly - I haven't personally gone in to look). I do remember (however) deleting that file and repackaging and NOT having any issues after that. Also, we do not explicitly have this called

Re: compile-time only depend - how to reference without generating transitive dependency?

2009-03-20 Thread Stuart McCulloch
2009/3/20 sebb seb...@gmail.com On 19/03/2009, Stephen Connolly stephen.alan.conno...@gmail.com wrote: (Note: optionaltrue/optional should have the same effect but I have never quite got that to work the way it should) I'm told it doesn't, because the dpendency still ends up in OSGI

Re: Exception during dependency report creation

2009-03-20 Thread Wayne Fay
|  \- xom:xom:jar:1.0b3:provided |     +- com.ibm.icu:icu4j:jar:2.6.1:provided The problem is obviously xom. Both 1.0 and 1.0b3 use this icu4j 2.6.1 which we know is bad. Strangely enough, none of XOM's more recent releases use icu4j directly -- but they all depend on jaxen 1.1-beta-8 which

Archetype for single modules.

2009-03-20 Thread Felipe Kamakura
Hello guys, I've been working on a new Maven Archetype for my company and I've successfully created a complete application, with lots of modules. Reading the documentation I've seen something about creating just single modules and inserting it in an existing application. I haven't found how to

Re: mvn weblogic:undeploy NoClassDefError L10nLookup

2009-03-20 Thread snappersdad
It turns out I had to add the following to the maven plugin section: dependencies dependency groupIdweblogic/groupId

a sample maven build file for executing a Java file with a main method

2009-03-20 Thread legolas
Hi Thank you for reading my post Can you please post a sample maven pom file which contains snippet on how I can change the pom file in order to ask maven execute a public void main(String args[]) method of a Java file. -- View this message in context:

Question on sub-modules and file names when converting project from ant

2009-03-20 Thread eyalg1972
Hi, I have a very big projects with lots of modules and sub modules that I need to mograte to maven. The question is 1) Can I configured for each module, where to find each sub-module? If not, then option 2 is: 2) Can I rename the maven files to have different name (not pom.xml)? Thanks Eyal

Question on sub-modules and file names when converting project from ant

2009-03-20 Thread eyalg1972
Hi, I have a very big projects with lots of modules and sub modules that I need to mograte to maven. The question is 1) Can I configured for each module, where to find each sub-module? If not, then option 2 is: 2) Can I rename the maven files to have different name (not pom.xml)? Thanks Eyal

Re: Problem with generating the time stamp

2009-03-20 Thread eyalg1972
Thanks Wayne, I'll try. Wayne Fay wrote:                          doChecktrue/doCheck                          doUpdatetrue/doUpdate I would assume that one or both of those parameters might trigger from SCM commands. Try setting both to false and see if it happens again. Wayne

a sample maven build file for executing a Java file with a main method

2009-03-20 Thread legolas
Hi Thank you for reading my post Can you please post a sample maven pom file which contains snippet on how I can change the pom file in order to ask maven execute a public void main(String args[]) method of a Java file. -- View this message in context:

Dependencies that needs to be copied

2009-03-20 Thread eyalg1972
Hi, I am need to know how can I copied some of the jars I need for compilation, so they will serve me also for runtime time. -- View this message in context: http://www.nabble.com/Dependencies-that-needs-to-be-copied-tp22629651p22629651.html Sent from the Maven - Users mailing list archive at

a sample maven build file for executing a Java file with a main method

2009-03-20 Thread legolas
Hi Thank you for reading my post Can you please post a sample maven pom file which contains snippet on how I can change the pom file in order to ask maven execute a public void main(String args[]) method of a Java file. -- View this message in context:

Re: Dependencies that needs to be copied

2009-03-20 Thread Wayne Fay
I am need to know how can I copied some of the jars I need for compilation, so they will serve me also for runtime time. You need to provide a lot more information, including specifics on what you're already tried and why they did not work for you, what you expect/need, etc. Wayne

RE: a sample maven build file for executing a Java file with a main method

2009-03-20 Thread Will Hoover
project ... build plugins plugin groupIdorg.codehaus.mojo/groupId artifactIdexec-maven-plugin/artifactId executions execution ... goals goaljava/goal /goals /execution /executions

Re: compile-time only depend - how to reference without generating transitive dependency?

2009-03-20 Thread sebb
On 20/03/2009, Stuart McCulloch mccu...@gmail.com wrote: 2009/3/20 sebb seb...@gmail.com On 19/03/2009, Stephen Connolly stephen.alan.conno...@gmail.com wrote: (Note: optionaltrue/optional should have the same effect but I have never quite got that to work the way it should)