weblogic-maven-plugin

2009-01-30 Thread David
Hello All, Has anyone had any luck using the appc goal of the weblogic-maven-plugin. I keep getting a xml class not found error. I've added all the jars that I'm suppose to per the website. I'm using 9.2.1 of the plugin and weblogic. Thanks, David

RE : RE : RE : maven / osgi / repositories

2009-01-30 Thread Deneux, Christophe
Sorry, but I haven't a such POM. Moreover, I think that you should define different profiles: one for the standard jar (without maven-assembly-plugin), another for the OSGI jar (whith the maven-assembly-plugin). It seems to me that when using the maven-assembly-plugin with the goal attach

Including project's sources in the same war file. Best practise?

2009-01-30 Thread Yves Dessertine
Hi. I've been asked to include a project's sources into the same war (it is a war webapp). Where the best place to put the sources in the war file? What's the best way to do this ? - To unsubscribe, e-mail:

AW: RE : RE : RE : maven / osgi / repositories

2009-01-30 Thread Mark Struberg
Nope Christope, if you use the assembly plugin you'll usually get [artifactId]-[version]-[assemblyId].[assemblytype] e.g. distribution-1.0.0-SNAPSHOT-dist-binary.zip if I use iddist-binary/id in src/assembly/dist-binary.xml in _addition_ to the normal build artifact. But keep up the good

Re: Including project's sources in the same war file. Best practise?

2009-01-30 Thread jieryn
Hello, On Fri, Jan 30, 2009 at 4:34 AM, Yves Dessertine yvesd.pub...@gmail.com wrote: Hi. I've been asked to include a project's sources into the same war (it is a war webapp). Where the best place to put the sources in the war file? What's the best way to do this ? Probably the easiest

Styling doxia generated books

2009-01-30 Thread Rodrigo Ruiz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I would like to use Doxia to generate some documentation in printable format, and I was wondering if I can control the some style aspects of the output documents. For example, for the PDF output I would like to: - - Include a table of

Web library project archive conflicts with another archive also mapped to the WEB-INF/lib folder.

2009-01-30 Thread Yves Dessertine
Hi, another error in the web project (in Eclipse) : Web library project archive commons-lang-1.0.1.jar conflicts with another archive also mapped to the WEB-INF/lib folder. I join a screenshot of the java Build Path window. All the libs after commons-lang are missing. What's going on ?

Re: Unable to exclude Selenium tests from my war

2009-01-30 Thread Rene A
Thanks, but moving my selenium tests to src/test improve my structure and by doing so, clean's my .war Regards Rene Jeff MAURY wrote: According to the Maven conventions, you selenium tests should be under the src/test subdirectory and not inside your webapp. So that; the Maven WAR plugin

Changelog plugin can't show only differences?

2009-01-30 Thread Czollli
Hello, does anybody meet this requirement showing only the differences between two file versions in a report? Or only mark the changes in the file? Is there maybe a plugin to fulfill this, or I have to think about writing a new one? Thanks Czollli -- View this message in context:

[archiva] Changing the identifier ID for internal and snapshot?

2009-01-30 Thread Mick Knutson
How can I change the identifier ID for the internal and snapshot repositories? --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website: http://baselogic.com Linked IN:

Re: maven eclipse work space resolution doesnot work

2009-01-30 Thread Baptiste MATHUS
Hi, First you should be aware there's a dedicated user list for M2E where more users should be able to help. Second, the workspace resolution works really fine for me, so at least it's working for some use cases. So I guess we'll need more details about your configuration to help you. What

Re: nexus can't find maven-archetype-plugin?

2009-01-30 Thread David Weintraub
Have you tried logging in as the user running Hudson, then cd to the ~/.hudson/jobs/$PROJECT/workspace directory and building it manually? Most of the time, this will help pin point out the type of errors you're getting. It sounds like Maven isn't setup to point to the Maven repositories. BTW,

Customize properties in an already packaged application

2009-01-30 Thread Cecchi Sandrone
Hi all, In my build scenario I have this problem... 1) A packaged war is available to download (from a website) for the user. It contains all properties specified in the pom (also database connection properties) that substitute those specified in the hibernate.properties during the filtering

Re: [archiva] Changing the identifier ID for internal and snapshot?

2009-01-30 Thread Wendy Smoak
On Fri, Jan 30, 2009 at 6:41 AM, Mick Knutson mknut...@baselogic.com wrote: How can I change the identifier ID for the internal and snapshot repositories? Add a new repository with the desired name and the same configuration, then delete 'internal'. (Repeat for 'snapshots'). -- Wendy

Re: [archiva] Changing the identifier ID for internal and snapshot?

2009-01-30 Thread Wendy Smoak
On Fri, Jan 30, 2009 at 7:50 AM, Wendy Smoak wsm...@gmail.com wrote: On Fri, Jan 30, 2009 at 6:41 AM, Mick Knutson mknut...@baselogic.com wrote: How can I change the identifier ID for the internal and snapshot repositories? Add a new repository with the desired name and the same

Forward invocation to child module

2009-01-30 Thread monkeyden
Is there a way to invoke a goal on a parent pom and forward that on to a child module? I want to use jboss:deploy at the parent level, but I have a child ear project which contains the *.ear file. The jboss:deploy depends on the ear file being in the the target directory, but it does not exist

Re: [archiva] Changing the identifier ID for internal and snapshot?

2009-01-30 Thread Mick Knutson
That did not work. It keeps saying the database row does not exist. --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website: http://baselogic.com Linked IN:

Re: [archiva] Changing the identifier ID for internal and snapshot?

2009-01-30 Thread Wendy Smoak
On Fri, Jan 30, 2009 at 8:17 AM, Mick Knutson mickknut...@gmail.com wrote: That did not work. It keeps saying the database row does not exist. Okay, let's take this to the Archiva users list then. :) If you're not already subscribed, you can find info here:

Re: Plugin calling shell script

2009-01-30 Thread Pankaj Tandon
Thanks Gabriele, That is a really good solution.. altho a bit of an overkill in my situation but does separate plugin and the scripts, as they should be. I'll try it and post to the group. Pankaj Gabriele Columbro-2 wrote: What about packaging another jar which holds your script (s) (e.g.

maven scp performance issue.

2009-01-30 Thread Tang, Ray
Hi: I am finally able to cover maven ftp to maven scp for deployment, but run into performance issue. By using the ftp, the build takes 120 min, whereas scp takes over 180 min for the same build. I am wondering if there are any way to speed things up. From searching the web, it seems that

Custom plugin and custom extension issue

2009-01-30 Thread Jason Chaffee
I am having an issue on 2.0.9. Basicallly, I have a custom plugin that has it's own packaging type and creates a file of it's own extension type. For example, packagingmy-bundle/packaging will create artifactId-version.exe However, with maven-2.0.9 it creates the the file correcting in the

Web module: three .war files

2009-01-30 Thread Les Hazlewood
Hi all, I would like to know the Maven Way to accomplish the following: I have a web module that is currently being built with ant but want it to be built by Maven. Based on a build property, one of three wars can be built. The _only_ difference between these three .wars (when they're finished

scopeimport/scope

2009-01-30 Thread EJ Ciramella
Hello m2list - I'm struggling to get the scopeimport/scope bit to work and I can't tell if it's something I'm doing wrong or how this actually works. I've set up a bom file that lists a set of dependencies that multiple projects use. In a consumer project, I've set up a dependencyManagement

Oddness with release:prepare

2009-01-30 Thread James CE Johnson
(Forgive me if this is a double-post. I had to re-subscribe to the list.) This is with maven 2.0.9 on Solaris 10 with Java 1.6.0_11 I have a project laid out thusly: myproject/pom.xml myproject/myproject-pom/pom.xml myproject/myproject-api/pom.xml myproject/myproject-common/pom.xml

Re: Oddness with release:prepare

2009-01-30 Thread Clint Gilbert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 What version of SVN are you using? I'm betting it's 1.5.1+. There's a bug where the release plugin can't run with SVN 1.5.1+. 1.4.x works fine, as does 1.5.0 (but I hear that has some other bad bugs). This is a real bummer, since I would love

release:prepare interpreting parent as a SNAPSHOT depencency

2009-01-30 Thread Todd Thiessen
I made a very simple mult-module project that has 3 levels of depth. ie: project +- project-sub1 (jar packaging) +- project-sub2 (pom packaging) +- proj-sub2-sub1 (jar packaging) When do a release:prepare, I get this: [INFO]

Re: Web module: three .war files

2009-01-30 Thread Wayne Fay
Then in Ant, for each war that is created, a different value is copied into the template by substitution in Ant's copy task. This kind of thing is exactly what Maven's profiles and filters are used for. Wayne - To

Re: Oddness with release:prepare

2009-01-30 Thread James CE Johnson
You nailed it. That box has the 1.5.3 svn client. So I can leave my workaround in place until SVN gets fixed or roll back to 1.4. The server is still 1.4.x so rolling back the client wouldn't be any big thing. Thanks for the quick info! -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 What

Re: Oddness with release:prepare

2009-01-30 Thread Thiago Moreira (timba)
I used the workaround svn up -r HEAD to fix it... and than mvn release:prepare -Dresume=true to finish the preparation... Got the answer with some one on here... Cheers On Fri, Jan 30, 2009 at 3:22 PM, James CE Johnson j...@tragus.org wrote: You nailed it. That box has the 1.5.3 svn

RE: Custom plugin and custom extension issue

2009-01-30 Thread Jason Chaffee
BTW, this only happens with recursive builds. If only build that particular project, then everything installs/deploys properly. -Original Message- From: Jason Chaffee [mailto:jason.chaf...@zilliontv.tv] Sent: Friday, January 30, 2009 1:19 PM To: users@maven.apache.org Subject: Custom

RE: Maven for the internet afraid

2009-01-30 Thread Brian E. Fox
This use case was exactly what the Procurement in Nexus was designed to support. It allows you to definitively control the artifacts used by your builds. The only alternative is to manage it my hand, which is labor intensive and error prone. http://www.sonatype.com/products/nexus -Original

RE: Maven for the internet afraid

2009-01-30 Thread Martin Gainty
you're going to have to reconfig ALL your plugins to use a localRepository this is a massive PITA and documentation is thin maven expects a clear path to ALL scp or sftp or https servers Martin Gainty __ Disclaimer and confidentiality note

Re: release:prepare interpreting parent as a SNAPSHOT depencency

2009-01-30 Thread Barrie Treloar
On Sat, Jan 31, 2009 at 8:59 AM, Todd Thiessen thies...@nortel.com wrote: I made a very simple mult-module project that has 3 levels of depth. ie: project +- project-sub1 (jar packaging) +- project-sub2 (pom packaging) +- proj-sub2-sub1 (jar packaging) When do a release:prepare, I