RE: Maven 2.0 Plugin for ZIP Archive

2007-01-28 Thread LAMY Olivier
http://jira.codehaus.org/browse/MNG-1683 -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : dimanche 28 janvier 2007 00:12 À : users@maven.apache.org Objet : Maven 2.0 Plugin for ZIP Archive I am looking for a Maven 2.0 plugin that would help me prepare a

Re: Activating a profile with settings.xml

2007-01-28 Thread Stephane Nicoll
The current version is buggy. It does not display profiles that are defined in the parent pom. Stéphane On 1/27/07, Eric Redmond [EMAIL PROTECTED] wrote: Profiles should be activated in this way. Try: mvn help:active-profiles See if your profile is active. Eric On 1/26/07, David Jackman

Re: Java Plugin Framework Support

2007-01-28 Thread mbernardinis
Thanks for the info... I am now able to create the zip file using the assembly:assembly directive. Problem I am having though which I am sure is quite trivial... I have this file called plugin.xml that has to be in the root of the zip file... What happens, the file is added to the zip file

Simple Portlet Running On JBoss

2007-01-28 Thread Mac81
Hello, I've been trying in vain to create a simple portlet (e.g. Hello World) for the last few days that runs on the JBoss server. But it doesn't work on JBoss and I'm a nervous wreck now. Could anybody help me out with a (simple) sample portlet? Thanks, Mac -- View this message in context:

Re: How do I escape a variable in a filtered resource?

2007-01-28 Thread Dan Hardiker
Hi, I tried ${dollarSign}{id}, which is the cleanest work around, however there appears to be multiple passes as that has the same effect as ${id}! So I tried @[EMAIL PROTECTED]@end@ and [EMAIL PROTECTED]@[EMAIL PROTECTED]@ (changing start to just { in the latter) ... and I get the same

Re: Maven 2.0 Plugin for ZIP Archive

2007-01-28 Thread Vincent Massol
On Jan 28, 2007, at 9:08 AM, LAMY Olivier wrote: http://jira.codehaus.org/browse/MNG-1683 Yep this is the 9th most popular issue (http://jira.codehaus.org/ browse/MNG? report=com.atlassian.jira.plugin.system.project:popularissues-panel). And BTW IMO the assembly plugin for this is a

[M1][ANN] Maven Cobertura Plugin 1.3 Released

2007-01-28 Thread Jeff Jensen
We are pleased to announce the Maven Cobertura Plug-in 1.3 release! http://maven-plugins.sourceforge.net/maven-cobertura-plugin Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test

Re: Thanks for Maven 2

2007-01-28 Thread Geoffrey De Smet
+1 to the thanking Brett, Carlos, Jason and all the other developers. There wouldn't be so much activity if maven wasn't so good. The problem scope of Maven is just huge (a lot bigger then ANT), so it's not surprising there's still work to be done and problems to be solved. With kind regards,

Re: how to skip all tests but still run explicitly

2007-01-28 Thread Wendy Smoak
On 1/27/07, Lisa [EMAIL PROTECTED] wrote: The tests in question run some database insertion code, so I want all tests to be ignored by default if someone comes into the directory and runs a build. I do not want it mucking up the database, but I do want to provide the ability to run some

[M1][ANN] Tasks Plug-in 1.3.0 released

2007-01-28 Thread Jeff Jensen
We are pleased to announce the Tasks Plug-in 1.3.0 release! http://maven-plugins.sourceforge.net/maven-tasks-plugin === Changes in this version include: New Features: o Added maven.tasks.source.file property to

dependency:copy-dependencies and the exclude* parameters

2007-01-28 Thread Steinar Bang
Platform: Intel Pentium M, Ubuntu Dapper, maven 2.0.4, dependency plugin 2.0-alpha-1 I'm using dependency:copy-dependencies to copy an OSGi bundle, and its depdencencies, and I'm trying, without success, to exclude some dependencies from the list of copied files, using the

MASSEMBLY-121: Custom manifest attributres are ignored. Fix does not work for me

2007-01-28 Thread berndq
Hi, I tried again on a fresh newly installed box to get the fix for http://jira.codehaus.org/browse/MASSEMBLY-121 but no change, it does not work for me. Is

Re: Java Plugin Framework Support

2007-01-28 Thread Morgovsky, Alexander \(US - Glen Mills\)
Try using ${project.basedir} relative to where you want this packaged relative to your binary. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should

Searching for maven start plugin?

2007-01-28 Thread Martin Bengl
hello folks, building java apps with maven is fun. but i'm asking myself if there is a way to execute artifacts with maven using the dependency information (from pom.xml) to build the runtime classpath. i create some SWT application with maven and would like to do some mvn start in the

Re: Searching for maven start plugin?

2007-01-28 Thread Raphaël Piéroni
Hi Martin, IIRC, there is a javaapplication plugin at mojo, and also a pomstrap extension at sourceforge. Hope this helps. Raphaêl 2007/1/28, Martin Bengl [EMAIL PROTECTED]: hello folks, building java apps with maven is fun. but i'm asking myself if there is a way to execute artifacts with

Re: Maven 2.0 Plugin for ZIP Archive

2007-01-28 Thread uma_rk
I was puzzled that I need to use POM packaging to generate a zip artifact (using assembly-plugin). Thanks for confirming that I had understood it right. Can I use assembly plugin to generate just a zip artifact alone? Could you pl point me to a simple example of doing this? The examples in the

AW: Searching for maven start plugin?

2007-01-28 Thread Marc Wilhelm
Hi Martin, Do you have tried out the maven-exec-plugin from codehaus http://mojo.codehaus.org/exec-maven-plugin/introduction.html? I think, the goal you are searching for is exec:java: mvn exec:java -Dexec.mainClass=com.example.Main Cheers, Marc -Ursprüngliche Nachricht- Von: Martin

Re: unable to get latest SNAPSHOT jars

2007-01-28 Thread Lee Bieber
Anyone have any ideas on this problem of not being able to get the latest SNAPSHOT from our repository, we are currently stuck. Does anyone have this working for them? Thanks - Original Message From: Lee Bieber [EMAIL PROTECTED] To: users@maven.apache.org Sent: Monday, January 22,

Problems to access Archiva repositories and proxies

2007-01-28 Thread Marc Wilhelm
Hi all, I have taken the latest version of archiva from svn and started the plexus version (from plexus-archiva-runtime), but after configuring a local repo snapshot and a proxied repo central i get the following error: HTTP ERROR: 500 Unable to lookup role

Re: Problems to access Archiva repositories and proxies

2007-01-28 Thread Wendy Smoak
On 1/28/07, Marc Wilhelm [EMAIL PROTECTED] wrote: I have taken the latest version of archiva from svn and started the plexus version (from plexus-archiva-runtime), but after configuring a local repo snapshot and a proxied repo central i get the following error: HTTP ERROR: 500 Unable to lookup

Re: Java Plugin Framework Support

2007-01-28 Thread Mark Bernardinis
I got it working by using fileSet instead of file (even though I only wanted one file to be included) and it works a treat. Thanks for all the help. Try using ${project.basedir} relative to where you want this packaged relative to your binary. This message (including any attachments)

Re: Searching for maven start plugin?

2007-01-28 Thread Steve Wells
Try this: http://mojo.codehaus.org/exec-maven-plugin/introduction.html On 29/01/07, Martin Bengl [EMAIL PROTECTED] wrote: hello folks, building java apps with maven is fun. but i'm asking myself if there is a way to execute artifacts with maven using the dependency information (from pom.xml)

RE: Searching for maven start plugin?

2007-01-28 Thread Greg Jones
Martin, Try using http://mojo.codehaus.org/appassembler/appassembler-maven-plugin/ to package up your application for execution and to automatically create the script files to start the application. You could then use the exec-maven-plugin to run the generated script files to start your

Component descriptor cannot be found in the component repository: nullbasic

2007-01-28 Thread Dalton, Steve
Hi All I've just discovered Archiva and this is my first post to the list. Have spent a bit of time over the last few days building and setting it up. Tried a few different ways of deploying it and eventually settled on tomcat as this is what I am most familiar with. My eventual goal is to have

Re: Component descriptor cannot be found in the component repository: nullbasic

2007-01-28 Thread Brett Porter
There's been a few reports of this recently - it seems to be a problem recently introduced on trunk. - Brett On 29/01/2007, at 10:28 AM, Dalton, Steve wrote: Hi All I've just discovered Archiva and this is my first post to the list. Have spent a bit of time over the last few days

Re: Java Plugin Framework Support

2007-01-28 Thread Wayne Fay
Perhaps you'll share your configuration, so other people looking for JPF files can benefit from your work? Wayne On 1/28/07, Mark Bernardinis [EMAIL PROTECTED] wrote: I got it working by using fileSet instead of file (even though I only wanted one file to be included) and it works a treat.

Re: Java Plugin Framework Support

2007-01-28 Thread Mark Bernardinis
Will do, when I get home tonight I will post my configuration as is. My plan is to create a generic POM module so that I can create a plugin project for the JPF framework but I am a little off at the moment... still need to read the documentation on how to do that. Mark Perhaps you'll share

RE: dependency:copy-dependencies and the exclude* parameters

2007-01-28 Thread Brian E. Fox
The filter on group and artifact id is new in alpha-2, which hasn't been released yet. -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Steinar Bang Sent: Sunday, January 28, 2007 3:26 PM To: users@maven.apache.org Subject: dependency:copy-dependencies and the exclude*

M2 dashboard plug-in found

2007-01-28 Thread Morgovsky, Alexander \(US - Glen Mills\)
I found the M2 dashboard plug-in in http://mirrors.ibiblio.org/pub/mirrors/maven2/maven/maven-dashboard-plug in/. I added it like this. reporting plugins plugin groupIdmaven/groupId

Re: M2 dashboard plug-in found

2007-01-28 Thread Wendy Smoak
On 1/28/07, Morgovsky, Alexander (US - Glen Mills) [EMAIL PROTECTED] wrote: I found the M2 dashboard plug-in in http://mirrors.ibiblio.org/pub/mirrors/maven2/maven/maven-dashboard-plugin/. I bet that's a Maven 1 plugin. The groupId is wrong for m2. -- Wendy

Re: Java Plugin Framework Support

2007-01-28 Thread Wayne Fay
That sounds great. It would be good to perhaps send your configuration as a response to this email for the people who search for it in the mailing list archives, but then also add this to the Maven Wiki where other things like this are documented. We're happy to help with this if you just ask

RE: M2 dashboard plug-in found

2007-01-28 Thread Srilakshmanan, Lakshman
Hi Alexander, Try this http://snapshots.repository.codehaus.org/org/codehaus/mojo/dashboard-mav en-plugin/ Thanks Lakshman -Original Message- From: Morgovsky, Alexander (US - Glen Mills) [mailto:[EMAIL PROTECTED] Sent: Monday, 29 January 2007 2:07 PM To: users@maven.apache.org

RE: M2 dashboard plug-in found

2007-01-28 Thread Srilakshmanan, Lakshman
Hi, you may even wan't to try this http://jira.codehaus.org/browse/MOJO-575 https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/dashboard-maven-pl ugin/ Thanks Lakshman -Original Message- From: Srilakshmanan, Lakshman Sent: Monday, 29 January 2007 3:09 PM To: Maven Users List

Re: MODULE_DIR in Idea plugin

2007-01-28 Thread micmek
I think that it is an IntelliJ IDEA macro not a Maven feature at all. David Jackman wrote: Does anyone know about the MODULE_DIR path macro in IntelliJ IDEA? Does the Maven IDEA plugin create this macro? If I use the IDEA plugin to create multiple IntelliJ projects from independent Maven

Re: Java Plugin Framework Support

2007-01-28 Thread Dan Tran
sounds like jpf-maven-plugin is what we need ;-) On 1/28/07, Wayne Fay [EMAIL PROTECTED] wrote: That sounds great. It would be good to perhaps send your configuration as a response to this email for the people who search for it in the mailing list archives, but then also add this to the Maven

Mevenide-idea for M2 + IDEA 6.0

2007-01-28 Thread uma_rk
Is Mevenide available for Maven 2.0 (and IDEA 6.0)? I am looking for a way to integrate Maven 2.0 into IDEA 6.0 for: a) POM editing/viewing b) Repository browsing c) Installing M2 operations on IDEA menu Ref: http://mevenide.codehaus.org/mevenide-idea/ Thanks! /U

Re: Java Plugin Framework Support

2007-01-28 Thread Mark Bernardinis
Sounds like a plan. I intend on coding one but I am still inexperienced using maven as I have come from ant so I need to read the doco as to what is required to create a new plugin to maven (I have only been using it for approximately 1 week now). It looks as though it is sorely needed though and

Re: Overriding properties in a dependency's pom.xml

2007-01-28 Thread mraible
I've entered an enhancement request for this at: http://jira.codehaus.org/browse/MNG-2757 Maven Developers: how hard would it be to allow property overriding? It seems like a natural thing to want to do. Thanks, Matt Larry Meadors-2 wrote: On 1/4/07, mraible [EMAIL PROTECTED] wrote: Is

How add my guide into my project's site?

2007-01-28 Thread fy
He, I have a guide.pdf in src/main/resources,Now I want add the file into site when runed mvn site. how I to do? -- View this message in context: http://www.nabble.com/How-add-my-guide-into-my-project%27s-site--tf3134503s177.html#a8685309 Sent from the Maven - Users mailing list archive at