hello,
check is a goal on a mojo subclass
pmd is a goal on a report subclass
=> maybe you should add 2.0 inthe report section too
cordialement
org.apache.maven.plugins
maven-pmd-plugin
Hello,
i have problems downloading jars from various repositories, including
the repository on the LAN.
I always get the message:
[WARNING] Unable to get resource from repository
The proxy is correctly configured in the settings, some of the are downloaded.
The repositories i'm using in m
Hello,
Already saw this link, but without success.
if somebody already assembled a complete project with all his
dependencies that it comes me to assistance,
that will make more than one week that I try to solve this problem.
thanks
Nazim
Alexandre Poitras a écrit :
> Should help
Hi ,
In one of our projects we have the Bunch of projects, which is written in
different languages/softwares, I want to know whether Using Maven 2 can I
able to build the projects which is written in Perl, Bash, Ruby, Python,PHP,
C, C++ files also.
Thanks and Regards
A.S.P.Raj
Hi,
it would help if you could post your pom.xml with the assembly plugin configuration and
your assembly descriptor. Also you should describe how you expect the final assembly to
look like. Do you want to create just one jar file that contains your classes + the
classes of the dependencies (y
Hi All,
In my Directory structure is like: Mainproject folder A, within A their are
two more subproject folder B and C. project B depends on project C. I have
written individual pom file for subproject B and subproject C which install and
deploy B and C when I run mvn install from dir B and C
Hi,
for c/c++ you can use the native-maven-plugin [1]. For the rest I don't know. But you
always can run some ant tasks via the antrun plugin [2].
Hope this helps
-Tim
[1] http://mojo.codehaus.org/maven-native/native-maven-plugin/introduction.html
[2] http://maven.apache.org/plugins/maven-ant
Hi,
I am new to maven so excuse me if the questions have already been posted
(I do not find a related in the archives so I think it has not been so).
I am working with maven2 and hibernate.
My hibernate mapping is in /src/main/resources/META-INF :
mapping_common.hbm.xml
First question :
if I man
Do you have a pom.xml at the root of the working directory?
Emmanuel
Jeff Mutonho a écrit :
On 7/4/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:
what do you have in the project working directory that failed?
Emmanuel
I have all the modules checked out of CVS
Jeff Mutonho
GoogleTalk : e
Look at making a pom for folder A that is of packaging type pom and then
list your projects in build order in the tag.
Once that is setup it is easier to automate, asyou can use mvn to
checkout and then install and it will manage the list of subprojects in
one go.
A
On Tue, Jul 04, 2006 at 08:5
try putting your mapping_common.hbm.xml on "src/main/resources/" instead.
or modify your getResourceAsStream to get the file
"META-INF/mapping_common.hbm.xml"
resources are searched on all the classpaths, normally META-INF is
added to the classpath
so getClass().getResourceAsStream("m
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Matthias,
> I always get the message:
> [WARNING] Unable to get resource from repository
(...)
>
> Ibiblio
> Ibiblio
> http://www.ibiblio.org/maven/
^
This should be http://www.ibibl
I've posted to the Continuum forum and was advised that I need to
remove "non-recursive" under my build definitions.Where is this
"non-recursive" field?
--
Jeff Mutonho
GoogleTalk : ejbengine
Skype: ejbengine
Registered Linux user number 366042
-
Hi,
I've posted to the Continuum forum and was advised that I need to
remove "non-recursive" under my build definitions.Where is this
"non-recursive" field?
In Continuum, click on your project name in the project list. You will
see the project information page and there is a section called
Hi,
try putting your mapping_common.hbm.xml on "src/main/resources/" instead.
or modify your getResourceAsStream to get the file
"META-INF/mapping_common.hbm.xml"
you should not place Hibernate files in the META-INF directory. Either
place them directly in src/main/resources (or src/tes
Hi Andrew,
please let me know how we can checkout using mvn? Will following in pom file
work:
If yes then where i can add source checkout directory. Another question, I want
to use mvn install cargo:start to start Jboss and deploy ear file develope by
pom B. I add plugin in pa
Thanks for the reply but the problem still occures.
Any other idea?
Matthias
On 7/4/06, Thorsten Heit <[EMAIL PROTECTED]> wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Matthias,
> I always get the message:
> [WARNING] Unable to get resource from repository
(...)
>
>
Question 1
=
Does continuum actually work with Maven 2?I'm trying to build my m2
project.My top level pom.xml defines the
modules that need to be built.The modules are defined as follows:
eportal-services
eportal-messaging
eportal-messaging-support
eportal-webservices
eportal
E
Does the pom that you uploaded have the SCM tags correctly set, and is
the POM correctly in you source control?
- Original message -
From: "Jeff Mutonho" <[EMAIL PROTECTED]>
To: "Maven Users List" ,
continuum-users@maven.apache.org
Date: Tue, 4 Jul 2006 13:19:35 +0200
Subject: Ladies and G
Sorry about delayed response - been away 4 a couple of days.
No using JDK 1.4.2. Will try PMD alone to confirm, then try specific
version.
Will vote if I see
Rgds
Andy
-Original Message-
From: Doug Douglass [mailto:[EMAIL PROTECTED]
Sent: 29 June 2006 18:33
To: Maven Users List
Subje
That's standard behaviour i guess ;)
You should try and remove the nonrecursive flag that Continuum enables by
default.
You can find that flag in your project subsection in the continuum webapp,
as someone has sugested earlier.
In order to make continuum work like your normal command-line mvn co
Hi all,
It seems to me that the current M2 Cobertura plugin is still using the 1.7
runtime, when a 1.8 runtime was released back in April. Are there any plans to
switch to the latest version any time soon?
Thanks,
GB
In response to your second question about the locations where continuum
checks out your code:
Those numbers are the primary keys of your separate projects in the
continuum database..
That's perfectly normal, and you shouldn't be bothered by which directory
name continuum chooses when it checks ou
Hi all,
I am trying to convert an ant build system to maven2, and have run into a
problem with "har" files for Hibernate.
Is there a plugin capable of building these files?
Regards,
Graham
--
-
To unsubscribe, e-mail: [EMAIL
As you should know from your Maven 2 experience.. Every module has its own
POM and is treated as a separate project by maven..
And ofcourse, so does continuum.. Hence the different numbers (one per
project)..
But then why is it checking all the modules into one folder , eg 50
i.e /50/eportal-se
Hi,
Question 1
=
Does continuum actually work with Maven 2?
Yes, it does. We've got it up and running here with several multi-module
projects. And they even work with the "--non-recursive" option. All
modules share a common structure:
Toolbox/
|-- pom.xml
|-- toolbox-ant
| |-- p
thanks it works.
For a brief summary :
- having resources in src/main/resources make them available in the
classpath for the tests so you do not need any copy operation
- do not forget the leading "/" (which IMHO should be corrected in the docs)
regards,
chris
Hendrik Busch a écrit :
> Hi,
>
>>
This aspect of continuum is one of the main reasons we dropped it in favour of
luntbuild. An 'exclusion pattern' feaure might be a good idea as it would
enable 'smarter' checkout and avoid checking out sub-directories containing
pom.xml files (for instance).
> Date: Tue, 4 Jul 2006 14:03:15 +0
Jeff Mutonho a écrit :
As you should know from your Maven 2 experience.. Every module has its
own
POM and is treated as a separate project by maven..
And ofcourse, so does continuum.. Hence the different numbers (one per
project)..
But then why is it checking all the modules into one folder
In 1.1, users will can choose if they want to have one project in continuum by
module or only one.
Emmanuel
John Allen a écrit :
This aspect of continuum is one of the main reasons we dropped it in favour of luntbuild. An 'exclusion pattern' feaure might be a good idea as it would enable 'smart
Jeff Mutonho a écrit :
On 7/4/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:
Actually, continuum create one project by module and it checkout each
module in its own directory.
If you don't want one project by module, you can delete all modules in
continuum interface and
remove --non-recur
Please don't post your message on more than one list.
Jeff Mutonho a écrit :
Question 1
=
Does continuum actually work with Maven 2?
Yes, it works fine and it is used by lot of user.
I'm trying to build my m2
project.My top level pom.xml defines the
modules that need to be built.The
Hi,
indeed i want all dependency jars in a 'lib' directory in the assembly.
here my poms and my descriptor:
ROOT POM*
...
../ife-asp
../ife-aspstruts
..
...
${basedir}/src/java
${basedir}/
I'm currently in Maven dependency hell, with a WAR file that is huge
due to loads of useless third party library dependencies. The WAR plugin
web site is next to useless, with the two most promising links "With war
dependencies" and "Filtering war dependencies" both returning 404 errors.
As an as
hello
I have Web project in CVS, It has structure:
/application/version3/
/index.jsp
/a2/a2.jsp
/b2/b2.jsp
/WEB-INF
/web.xml
/lib - some jars
/src - java sources
I would like to check out it in Maven2, compile and build WAR
How should I do it?
Should i build independent modul
HI,
when i am mvn test for mvn site, getting Error. Here I have enclosed my
configuration and error.
org.codehaus.mojo
cobertura-maven-plugin
target/cobertura/instrumented-classes
Perhaps your scm url (scm:cvs:pserver:mutonj:[EMAIL
PROTECTED]:/var/lib/cvsroot:dev ) is wrong.
Are you sure it isn't
scm:cvs:pserver:mutonj:[EMAIL PROTECTED]:/var/lib/cvsroot:dev/MyCompanyPortal ?
Yes I'm sure , because the correct modules are checked out.The
checking out is working
Continu
Hi,
I'd like to know why the spring-orm version 2.0-m4 is not ibiblio while
spring-mock, spring-dao, ... are present in this vesrion.
Is this something I must do ?
regards,
chris
--
_
Tennaxia, www.tennaxia.com,
Pilotez vos o
Yes, check Spring docs because there is no spring-orm in spring 2.0
On 7/4/06, christophe blin <[EMAIL PROTECTED]> wrote:
Hi,
I'd like to know why the spring-orm version 2.0-m4 is not ibiblio while
spring-mock, spring-dao, ... are present in this vesrion.
Is this something I must do ?
regards
and is
the POM correctly in you source control?
Ok , I added the POM to the source control and that did the trick.The
mistake was the idea that Continuum would just use my top level POM
(the one I supply when adding the m2 projects).
Thanks for all your responses guys.
Spring-orm does not exist in post M3 version. It has been splited into
spring-jdo, spring-ojb, spring-ibatis...
christophe blin a écrit :
Hi,
I'd like to know why the spring-orm version 2.0-m4 is not ibiblio while
spring-mock, spring-dao, ... are present in this vesrion.
Is this something I
Jeff Mutonho a écrit :
Perhaps your scm url
(scm:cvs:pserver:mutonj:[EMAIL PROTECTED]:/var/lib/cvsroot:dev )
is wrong.
Are you sure it isn't
scm:cvs:pserver:mutonj:[EMAIL PROTECTED]:/var/lib/cvsroot:dev/MyCompanyPortal
?
Yes I'm sure , because the correct modules are checked out.The
checki
Hi!
Is there a way to get a notification (email) when a new release of Maven is
released?
If not, would it be possible to add to project to freshmeat.net as they have
this functionality and I assume many other use this for over projects?
Regards,
Jimisola
--
View this message in context:
htt
announce@maven.apache.org lists all Maven-related releases (including plugins).
announce@apache.org gets major releases (and all Apache releases).
We have a freshmeat thing that's about 5 years old and I think we're
locked out :)
- Brett
On 05/07/06, Jimisola Laursen <[EMAIL PROTECTED]> wrote:
On 7/4/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:
Jeff Mutonho a écrit :
>> Perhaps your scm url
>> (scm:cvs:pserver:mutonj:[EMAIL PROTECTED]:/var/lib/cvsroot:dev )
>> is wrong.
>> Are you sure it isn't
>> scm:cvs:pserver:mutonj:[EMAIL PROTECTED]:/var/lib/cvsroot:dev/MyCompanyPortal
>> ?
>
Hi all,
I have an existing ant based project that I am trying to build with maven 2.
The existing ant build creates an EJB jar file, and then wraps it and it's
dependancies into an ear file.
I am trying to replicate this behaviour with maven 2.
Is there a way to run the ejb plugin, followed by
Hello,
see if htis sample can help you (though, it creates a jar for a n EJB..)
http://docs.codehaus.org/display/MAVENUSER/Examples
hth
marco
On 7/4/06, Graham Leggett < [EMAIL PROTECTED]> wrote:
Hi all,
I have an existing ant based project that I am trying to build with maven
2.
The exist
On Tue, July 4, 2006 5:13 pm, Marco Mistroni wrote:
> see if htis sample can help you (though, it creates a jar for a n EJB..)
>
> http://docs.codehaus.org/display/MAVENUSER/Examples
Are you referring to "How to use the JBoss Embedded EJB3 Container for
Unit testing"? It's the only example that
Hi all,
on my continuum (linux) server I'm running out off diskspace fast
because each build (mvn clean install) produces an actual snapshot (eg
george-9.0.0-20060531.111546-5.jar) in the local repository.
This is not what happens on my (windows) workstation. Here each build
(mvn clean install) p
I've configured a google talk notification with the following parameters :
Jabber Host talk.google.com
Jabber Port 5222
Jabber Login ejbengine
Jabber Password
Jabber Domain Name
Jabber Recipientejbengine
I
Sorry , my question is do i need to restart Continuum after addinf a
notifier throught the web interface?
On 7/4/06, Jeff Mutonho <[EMAIL PROTECTED]> wrote:
I've configured a google talk notification with the following parameters :
Jabber Host talk.google.com
Jabber Port
Hi all,
One possible workaround to my ejb-inside-an-ear dilemma is to embed
dependancies inside an ejb, and scrap the ear entirely.
Trouble is, from maven 1 seems to have been lost along the
road to maven 2:
http://jira.codehaus.org/browse/MEJB-3?page=all
Anyone know if this feature is returni
no, you don't need to restart it for all changes done throught the web interface, only for
modification in application.xml.
For google talk, you need to define the jabber domain like described in faqs :
http://maven.apache.org/continuum/faqs.html#how-to-configure-jabber-notifier-for-google-talk
On 6/23/06, Mike Perham <[EMAIL PROTECTED]> wrote:
Mark, I can't confirm an exact date but I just went through JIRA last
night and closed/resolved 10-15 of the existing issues. The one thing
that has not been done yet is an overhaul of the documentation to
conform with the new doc standards. On
On 7/4/06, jerome lacoste <[EMAIL PROTECTED]> wrote:
On 6/23/06, Mike Perham <[EMAIL PROTECTED]> wrote:
> Mark, I can't confirm an exact date but I just went through JIRA last
> night and closed/resolved 10-15 of the existing issues. The one thing
> that has not been done yet is an overhaul of t
The Mojo team is pleased to announce the Keytool Plugin 1.0-beta-1 release!
htp://mojo.codehaus.org/keytool-maven-plugin/
This plugin allows user to generate keystore, wrapping the SDK keytool command.
There are no known issues.
Enjoy!
-The Mojo team
I'm working on some library code which will be driven by a manifest
entry in client JARs.
I need to be able to set some mainfest entries in my JAR files.
I can't see where to do this. It seems likely for the jar plugin, but
nothing in the source or documentation indicates how to do this.
I tri
Hi All,
How could i add external jar in maven.compile.classpath without use
dependency setting.
Because i don't want to install artifact jar to my repository.
Thanks.
Reggie Kuo
Hi,
On 04/07/06, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
I'm working on some library code which will be driven by a manifest
entry in client JARs.
I need to be able to set some mainfest entries in my JAR files.
I can't see where to do this. It seems likely for the jar plugin, but
nothing
Missed that documentation.
You can see how the description, "The maven archiver to use." is misleading.
On 7/4/06, Grégory Joseph <[EMAIL PROTECTED]> wrote:
Hi,
On 04/07/06, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
> I'm working on some library code which will be driven by a manifest
> ent
On 04/07/06, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
Missed that documentation.
You can see how the description, "The maven archiver to use." is misleading.
Oh, in the plugin/goal description, yes, absolutely.
I seem to recall i've recently seen activity towards better
documentation of c
Yep, I brought this up too on this thread:
http://mail-archives.apache.org/mod_mbox/maven-dev/200606.mbox/[EMAIL PROTECTED]
Mark
On 04/07/06, Grégory Joseph <[EMAIL PROTECTED]> wrote:
On 04/07/06, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
> Missed that documentation.
>
> You can see how the
Hi!
I was using eclipse m2 plugin without problems. Now, I try to invoke a
"site" goal but the plugin execution hangs. if I use "mvn site" in a command
prompt, for the same project, everything works fine. I checked in the list
archives and found some information about proxy configuration. I tryed
Not sure why it would be different for your two environments, but you need to
specify unique version to false to avoid the timestamp being appended, e.g.:
...
false
...
Looks like you might have different pom files since one is version 9.0.0 and
the other is -SN
have you tried the dependency scope "provided" this will mean the dep is
not shipped
On Wed, 2006-07-05 at 02:11 +0800, Reggie Kuo wrote:
> Hi All,
>
> How could i add external jar in maven.compile.classpath without use
> dependency setting.
> Because i don't want to install artifact jar to my re
hello,
Yes, but the whole project packages an ejb into an .ear
i thought that might help..
hth
marco
On 7/4/06, Graham Leggett <[EMAIL PROTECTED]> wrote:
On Tue, July 4, 2006 5:13 pm, Marco Mistroni wrote:
> see if htis sample can help you (though, it creates a jar for a n
EJB..)
>
>
hi all,,
can anyone point me in the right direction for using maven2 xdoclet2
plugin?
i followed this link
http://xdoclet.codehaus.org/Maven2+plugin
to try, i wrote a simple pom.xml like in the example
4.0.0
Backend
jar
1.0
Backend
TestJSFAppM2
TestJSFAppM2
1.0
Bob Arnott on 04/07/06 14:57, wrote:
I'm currently in Maven dependency hell, with a WAR file that is huge
due to loads of useless third party library dependencies.
Generally speaking, you should be able to dig your way out of this dependency hell. Are you sure that you have given all your depe
descripteur.xml
bin
jar
false
..
../ife-asp/target
lib
*.jar
true
..
*
On 7/4/06, leahpar <[EMAIL PROTECTED]> wrote:
=> maybe you should add 2.0 inthe report section too
Yeah, that does the trick.
My idea was to have a super POM where the plugin (and dependency)
versions would be locked down so when I'm ready to move to a newer
version I can do so by changin
Hello,
Can anybody just help me solving one of these following astonishing
errors!! Even just ideas can help me:
I always get the same error message when trying to download the plugin
andromda for Maven (speaking about this plugin, could someone send me the
correct command line to type for Androm
you can also...
try running mvn site:site, it will generate a documentation site for
your webapp project.
check the link Project Documentation -> Dependencies, for the
dependency tree.
the new war plugin ( 2.1-SNAPSHOT ) only includes the dependencies
with a runtime scope,
you can excl
Yes I'm looking for this too. It was a way to make sure that javadocs
were being filled out properly (and to define what properly was). I
also recall a mention of failing builds if javadocs weren't adequate.
Is this around at all?
http://maven.apache.org/maven-1.x/javadoc-warnings-report.ht
Oops - sorry missed the rest of that thread. I will check out the
checkstyle report.
J
On 4-Jul-06, at 6:32 PM, Julian Wood wrote:
Yes I'm looking for this too. It was a way to make sure that
javadocs were being filled out properly (and to define what
properly was). I also recall a mentio
Hello
I will be going over the documentation for the maven-jar-plugin. This
will mean fixing these issues:
- http://jira.codehaus.org/browse/MJAR-46
- http://jira.codehaus.org/browse/MJAR-47
Is there anything else that you feel is missing from the current
documentation for this plugin? This i
Properties would be a very good and simple solution because a child
project can always override them and provide its own values if it
really needs too.
On 7/4/06, Hilco Wijbenga <[EMAIL PROTECTED]> wrote:
On 7/4/06, leahpar <[EMAIL PROTECTED]> wrote:
> => maybe you should add 2.0 inthe report se
- Clear links back to the archiver docs on the main site - the guide
to manifests and removing pom.properties/xml from the JAR.
- Links to the assembly plugin for when you are doing "advanced
jarring" if that makes any sense.
- Docs for the new features like "sign" in particular (Jerome can
probab
On 7/5/06, Dennis Lundberg <[EMAIL PROTECTED]> wrote:
Is there anything else that you feel is missing from the current
documentation for this plugin? This is the time to speak up and let us
know. Please submit your wishes here. If you have some example
configurations that you feel others would fi
Can anyone point me to any documentation on the maven-it-plugin?
I expect I've missed something but
- I can't find the plugin documentation at maven.apache.org
- there is very little in the mail archives about it
- googling hasn't really helped find the scm for the plugin either...
From my fidd
- googling hasn't really helped find the scm for the plugin either...
I'm blind.
It's available at
http://svn.apache.org/repos/asf/maven/sandbox/plugins/maven-it-plugin
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additiona
Hi,
I am at my wits end in getting maven to play nicely with Hibernate. I've
been at it for over a week now and feel no closer than when I started.
Here's what I'm trying to do. I've been working on a project using Maven
2.0.4 as the build system. Everything has been going fine until I try and
Thanks Tim,
Hi anyone can throw up some light on this...
Regards
A S P Raj
On 7/4/06, Tim Kettler <[EMAIL PROTECTED]> wrote:
Hi,
for c/c++ you can use the native-maven-plugin [1]. For the rest I don't
know. But you
always can run some ant tasks via the antrun plugin [2].
Hope this helps
-T
Perl, Bash, Python, Ruby, PHP are intepreter languages. so you dont need to
buidl those
except packaging them via maven-assembly-plugin
HTH.
-D
On 7/4/06, A S Praj <[EMAIL PROTECTED]> wrote:
Thanks Tim,
Hi anyone can throw up some light on this...
Regards
A S P Raj
On 7/4/06, Tim Kettle
Graham Leggett wrote:
> Hi all,
>
> I am trying to figure out the proper maven based layout for some existing
> ant code that uses xdoclet for code generation (standard EJB stuff).
>
>>From what I have seen to date, the way so far is for maven to ask xdoclet
> to generate the code in the temporar
On 7/1/06, siegfried <[EMAIL PROTECTED]> wrote:
What projects? Is there a list of starter projects I can start from?
I've added the ones I know about:
http://docs.codehaus.org/display/MAVENUSER/Archetype+Plugin
--
Wendy
-
On 7/5/06, Brett Porter <[EMAIL PROTECTED]> wrote:
[...]
- Docs for the new features like "sign" in particular (Jerome can
probably volunteer to do that)
isn't this enough documented in svn ? Last time I checked there were 2
or 3 paragraphs on it.
Jerome
Sorry, I didn't actually check... if it's done, that's great :)
- Brett
On 05/07/06, jerome lacoste <[EMAIL PROTECTED]> wrote:
On 7/5/06, Brett Porter <[EMAIL PROTECTED]> wrote:
[...]
> - Docs for the new features like "sign" in particular (Jerome can
> probably volunteer to do that)
isn't t
Dennis,
related to your comment in MJAR-46, are you aware of any Jira issue
related to documenting composite objects fields of mojos ? I have a
similar problem with some plugins whose configuration consist mostly
of composite objects, making the generated plugin doc page useless.
Cheers,
Jerome
Hi,
You are trying to execute a maven1 command with maven2.
Are you using this guide [1] to setup Andromda? I think it's outdated and uses maven1. If
You want to use maven2 you should look at this guide [2].
-Tim
[1] http://galaxy.andromda.org/docs-3.1/starting.html
[2]
http://galaxy.androm
Hi,
you should read the free maven book [1]. It is a very good introduction to m2 and has a
chapter that shows an example of a J2EE application developed with maven.
-Tim
[1] http://library.mergere.com/
Graham Leggett schrieb:
Hi all,
I have an existing ant based project that I am trying t
Hi,
you misunderstood the usage of of the tag. The tag (like the
tag for dependencies) is used to give default values to the plugin
configurations (for example in a super pom). When you then declare the usage of a plugin
in the section of a pom (just with group/artifact id) the inherited
c
91 matches
Mail list logo