Super Pom

2006-07-25 Thread Lakshman Srilakshmanan
Hi All, I have used maven 1.x for a couple of years now and am in the process of migrating to maven 2.x I need to set some configuration globally (eg customised checkstyle). I find the appropriate place would be to include it in the super pom. Unfortunately I don't seem to be able to find it. Co

RE: MevenideNetbeans2.0 features

2006-07-25 Thread andreas.ebbert-karroum
Hi Milos, >-Original Message- >From: ext Milos Kleint [mailto:[EMAIL PROTECTED] >On 7/25/06, [EMAIL PROTECTED] ><[EMAIL PROTECTED]> wrote: >> 1) Deploy an enterprise application to the Sun Java System >Application >> Server > >no, what currently works is deployment of wars. Hm - would

Re: MevenideNetbeans2.0 features

2006-07-25 Thread Milos Kleint
On 7/25/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, can I do any of this with mevenide and netbeans 5.5? and yes, how? 1) Deploy an enterprise application to the Sun Java System Application Server no, what currently works is deployment of wars. 2) Use the static verifyer for the ea

[ANN] Proximity has completely moved to new site.

2006-07-25 Thread Tamás Cservenák
Hi all, I'd like to inform you, that Proximity is now completely on abstracthorizon.org site. The current Proximity internet places are (and hopefully will stay): Web site: http://proximity.abstracthorizon.org/ Downloads: http://proximity.abstracthorizon.org/deploy/ SVN: http://svn.abstracth

Re: deploying jars without version information

2006-07-25 Thread Trent Albright
On 7/25/06, Max Cooper <[EMAIL PROTECTED]> wrote: Some production environments have similar issues. For example, some webapps are deployed expanded. And the new version is simply dumped in over the old version. Requesting to have files deleted during a deployment in these schemes is overhead, an

Re: modules and assembly problem

2006-07-25 Thread Barrie Treloar
On 7/25/06, Damien Viel <[EMAIL PROTECTED]> wrote: Thank for your help. I've tried your solution with a dedicated project for the build which has dependencies on the binary assemblies. But my assembly still empty. This is because you can not use the built in assemblies. You need to write your

Re: eclipse plugin archetype?

2006-07-25 Thread Valerio Schiavoni
i did. this is not what i was referring to. the use case for me is that i want to develop an ecplise plugin, and i wonder if it's possible to develop it using maven as build tool. what you suggested is usefull to use eclipse as the development environment for my project: whic is good for sure, bu

Re: modules and assembly problem

2006-07-25 Thread Edwin Punzalan
hmm... I didn't know that, John. I guess I'll have to note that in the assembly plugin's documentation. Thanks. John Casey wrote: If you're trying to use , then you may need to execute like this: mvn package assembly:assembly The problem is in the way the Maven 2.0 lifecycle is setup. Mo

Re: deploying jars without version information

2006-07-25 Thread Max Cooper
Having the version number in filenames can be problematic in some environments. For instance, when doing local development it is nice to strip the version number from the war/ear name so that you don't end up with two deployments if the version number changes. Some production environments have

RE: deploying jars without version information

2006-07-25 Thread Mike Perham
Can you guarantee that every jar in the maven repo has a manifest with its version in it? I certainly don't believe so. Not every jar in the repo was even built with maven. We recently realized we were packaging two versions of wstx-asl, because the groupIds changed and so maven considered them

Re: eclipse plugin archetype?

2006-07-25 Thread Thierry Barnier
have you tried mvn eclipse:eclipse ? Thierry 2006/7/26, Valerio Schiavoni <[EMAIL PROTECTED]>: hello everyone, i was wondering if there's an eclipse plugin archetype... any idea ? thanks, valerio -- http://valerioschiavoni.blogspot.com http://jroller.com/page/vschiavoni

[m2] war:inplace

2006-07-25 Thread Adam Hardy
is there something like war:clean to delete the files that war:inplace creates? I know it's just a case of deleting WEB-INF/classes and WEB-INF/lib, but it would shave a couple of seconds off my development round-trips. - To

eclipse plugin archetype?

2006-07-25 Thread Valerio Schiavoni
hello everyone, i was wondering if there's an eclipse plugin archetype... any idea ? thanks, valerio -- http://valerioschiavoni.blogspot.com http://jroller.com/page/vschiavoni

RE: deploying jars without version information

2006-07-25 Thread Ian Springer
| -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On | Behalf Of Trent Albright | Sent: Tuesday, July 25, 2006 3:41 PM | To: Maven Users List | Subject: Re: deploying jars without version information | | > Note you can change the names of jars/wars | > within an ear

RE: deploying jars without version information

2006-07-25 Thread Ian Springer
Isn't that what MANIFEST.MF files are for? | -Original Message- | From: Mike Perham [mailto:[EMAIL PROTECTED] | Sent: Tuesday, July 25, 2006 2:23 PM | To: Maven Users List | Subject: RE: deploying jars without version information | | Why? Removing version info is very dangerous. You t

Re: Why does Continuum build the projects even there is no change

2006-07-25 Thread Emmanuel Venisse
if you use cvs, you must put in cvsignore all files/directories that are generated by the build (and remove them from your scm if they are in. Check the changes list and you'll know which files/directories must be ignored. Emmanuel L. J. a écrit : We have 20+ projects that are scheduled to be

Why does Continuum build the projects even there is no change

2006-07-25 Thread L. J.
We have 20+ projects that are scheduled to be built every 3 hours daily. Some of them are built even there is no changes. Some of them do not get built while no changes. Does anyone know why this is happening? I read earlier email about putting target directory in the cvsignore file, but this does

RE: does the maven-archetype-j2ee-simple work?

2006-07-25 Thread andreas.ebbert-karroum
It works if I modify the following files in my local repository. It's a bad thing to do, I know, but otherwise it won't work at all: 1) maven-archetype-j2ee-simple-1.0-alpha-4.jar\archetype-resources\pom.xml: projects primary-source servlets ejbs ear

Re: issue with setting up M1 POM URL

2006-07-25 Thread Arnaud HERITIER
There's no jar to update. You just have to reboot your continuum server Arnaud On 7/25/06, Yuan, Bill <[EMAIL PROTECTED]> wrote: Arnaud, I tried but seems like it doesn't work. I also found from the FAQ on http://maven.apache.org/continuum/faqs.html . It says that if we need to use File proto

MevenideNetbeans2.0 features

2006-07-25 Thread andreas.ebbert-karroum
Hi, can I do any of this with mevenide and netbeans 5.5? and yes, how? 1) Deploy an enterprise application to the Sun Java System Application Server 2) Use the static verifyer for the ear and ejb project 3) Use the AVK to dynamically verify the application for J2EE compliance The first point

does the maven-archetype-j2ee-simple work?

2006-07-25 Thread andreas.ebbert-karroum
Question as in the subject. This is how I invoked it: mvn archetype:create -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archetype-j2ee-simple -DarchetypeVersion=1.0-alpha-4

SORRY!!!

2006-07-25 Thread andreas.ebbert-karroum
Sorry everybody - this is so emberrasing!!! I just realized that I sent the last mails to [EMAIL PROTECTED] ... instead of [EMAIL PROTECTED] Sorry, I promise it won't happen again. Andreas Ebbert-Karroum Senior Software Design Engineer - Nokia Networks Services / Middleware phone: +49-2

RE: issue with setting up M1 POM URL

2006-07-25 Thread Yuan, Bill
Arnaud, I tried but seems like it doesn't work. I also found from the FAQ on http://maven.apache.org/continuum/faqs.html . It says that if we need to use File protocol in Add project view, we have to uncomment the line "file" in "application.xml". I did the change, but how could I compile the new

Re: deploying jars without version information

2006-07-25 Thread Stephen Duncan
Use the Antrun plugin: http://maven.apache.org/plugins/maven-antrun-plugin/ to run an Ant script, and attach that to the package phase of your Maven build. - Stephen On 7/25/06, Trent Albright <[EMAIL PROTECTED]> wrote: > Note you can change the names of jars/wars > within an ear so that the mo

Re: issue with setting up M1 POM URL

2006-07-25 Thread Arnaud HERITIER
If your POM isn't on a web server but on your local disk, you have to define something like : fille://C:/p4/WS_u208479_AIS/EAI_weblogic/uia2_5.0/project.xml cheers arnaud On 7/25/06, Yuan, Bill <[EMAIL PROTECTED]> wrote: Hi there,

Re: [m1.1] Unable to deploy to remote repository

2006-07-25 Thread Arnaud HERITIER
Hi Daniel, Did you try to logon to your proxy host using ssh ? ssh -l cvs gdps It will certainly ask if you want to accept permanently the key. Arnaud On 7/25/06, Daniel Beland <[EMAIL PROTECTED]> wrote: Hi, I have been using maven 1.0.2 for more than a year now. I use it to make all of

issue with setting up M1 POM URL

2006-07-25 Thread Yuan, Bill
Hi there, Please help me on the following issue: I installed Continuum 1-0-3 on my local machine, and our project is managed by Perforce on another server. My problem is: On the web interface of Continuum (http://localhost:8080/continuum/servlet/continuum), I clicked "Add Maven 1.x project", how

Supressing Plugin Documentation Report on Parent

2006-07-25 Thread Edelson, Justin
I'm working on a handful of Maven Plugins to support a few custom workflows. I have a parent pom that defines modules, some plugin configuration, scm, distributionManagement and reporting and then a child module for each plugin. I'm trying to keep the child poms as short as possible - really just t

WTP and maven.

2006-07-25 Thread Lucas Gonçalves
My project use a war dependency. This war is uncompressed by maven-war-plugins automaticly. Good. But how uncompress to publish in a server using WTP eclipse. -- Lucas Gonçalves Tel: (31)87382096

Re: deploying jars without version information

2006-07-25 Thread Trent Albright
Note you can change the names of jars/wars within an ear so that the module URI in the application.xml does not need to change with every version increment. How? Do tell! =) As Chris mentioned, the best way is to add a copy step after the fact which renames the file to your legacy format and up

RE: deploying jars without version information

2006-07-25 Thread Mike Perham
Maven must use it's own naming scheme within the repo, that's why it only affects packaging. Note you can change the names of jars/wars within an ear so that the module URI in the application.xml does not need to change with every version increment. As Chris mentioned, the best way is to add a co

exec-maven-plugin and classpath

2006-07-25 Thread Sean Mitchell
Hi All... I'm trying to make the exec-maven-plugin run a java Main using the project's   classpath, but I'm running into trouble. As per TFM I have specified the arguments thusly:                       -classpath                                   This gives me the nasty stacktrace at the bo

RE: deploying jars without version information

2006-07-25 Thread Chris Hilton
While migrating projects at my company, I've taken a bit of an Ant/Maven hybrid approach. I've been able to Mavenize a couple of projects, but some other projects need to refer to those jars with their original names. In those cases, I've modified the Ant builds in those projects to use the Ant tas

Re: deploying jars without version information

2006-07-25 Thread korebantic
Ironic. I was just getting ready to ask a similar question. Although I'm fine with the versioning that occurs in the repository, I need the ability for the jar name to not contain this version string in it when I create a release or deploy the project to the integration server for testing. In my

Re: modules and assembly problem

2006-07-25 Thread John Casey
If you're trying to use , then you may need to execute like this: mvn package assembly:assembly The problem is in the way the Maven 2.0 lifecycle is setup. More specifically, the top-level POM is probably used as a in multiple of the modules (or all of them). This means that the goals specific

Re: deploying jars without version information

2006-07-25 Thread Trent Albright
Ironic. I was just getting ready to ask a similar question. Although I'm fine with the versioning that occurs in the repository, I need the ability for the jar name to not contain this version string in it when I create a release or deploy the project to the integration server for testing. In my

Re: jstl dependency

2006-07-25 Thread Ahmet Işık
quite straightforward: javax.servlet jstl 1.1.2 compile taglibs standard 1.1.2 compile be sure to declare your web application as of servlet specification 2.4 as follows: http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java

RE: deploying jars without version information

2006-07-25 Thread Mike Perham
Why? Removing version info is very dangerous. You then have no idea which version was actually selected by Maven by looking in the artifact after the fact. -Original Message- From: LaCasse, John [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 25, 2006 12:57 PM To: Maven Users List Subject

jstl dependency

2006-07-25 Thread AK
Hi guys, what is the correct jstl dependency, how to add to project both jstl and standart jars? -- .:Regards, AK:. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Maven Build Notification

2006-07-25 Thread Thomas Van Buskirk
Thank you gscokart and ivolimmen ... I'll check JIRA for the issue. It would be nice to be able to determine the actual project that broke through Maven w/o CI (whereas if I use antrun or just have a script that executes on build failure, I would not have that ability). I'll keep searching ...

RE: deploying jars without version information

2006-07-25 Thread LaCasse, John
I'm talking about the second case; in the target\webapp\WEB-INF\lib. All compile and runtime scoped dependant jars that get put into this location; I would like the war plugin not to include the version info on all the jars it includes in this location. -Original Message- From: Alexandre P

Re: deploying jars without version information

2006-07-25 Thread Alexandre Poitras
What do you means by deploting? Deploying on a maven repository or on a application server ? In the first case, the answer is no because Maven needs those metadatas to be able to manage dependencies. In the other case, yes it's possible just change the name in your war/jar plugin configuration sec

deploying jars without version information

2006-07-25 Thread LaCasse, John
Hi, Does anybody know if you can have Maven deploy the jars that end up in webapp/WEB-INF/lib without the version information in the filename? Thanks, Jpl

[m2] Custom built org.apache.maven.plugins.* plugins

2006-07-25 Thread Mark Hewett
I'm having an issue with some custom built plugins - I'm taking a SNAPSHOT version of a plugin (e.g. maven-jar-plugin-2.1-SNAPSHOT) from SVN, modifying the version to be a release (e.g. 2.1-417949, using the svn version for the number) and building the plugin and deploying it into an in-house remo

RE: post-integration-test not run if integration-test fails (problem for continuum)

2006-07-25 Thread Vincent Massol
Hi Eric, > -Original Message- > From: Eric Brown [mailto:[EMAIL PROTECTED] > Sent: mardi 25 juillet 2006 18:54 > To: Maven Users List > Subject: post-integration-test not run if integration-test fails (problem > for continuum) > > I have to start up 2 servers and a bunch of webservices in

Re: modules and assembly problem

2006-07-25 Thread Damien Viel
Hi, I've tried to implement the solution proposed in this link http://maven.apache.org/plugins/maven-assembly-plugin/examples/index.html. and I've got the folloing stack : Embedded error: You must set at least one file. [INFO]

Re: What to do after a release prepare that fails

2006-07-25 Thread dan tran
use scm:bootstrap to force a new checkout before doing the release so that if the release:prepare fail, it will not contaminate your checkout area in continuum space. On 7/25/06, Sebastien Cesbron <[EMAIL PROTECTED]> wrote: Hi, I am using continuum for my projects. I am trying to do my first

post-integration-test not run if integration-test fails (problem for continuum)

2006-07-25 Thread Eric Brown
I have to start up 2 servers and a bunch of webservices in pre- integration-test. Then I run my integration tests. Then post- integration-test stops my servers. However, if some of my integration tests fail, maven exits and does not stop my services. Despite being annoying when I'm just runni

Re: modules and assembly problem

2006-07-25 Thread Damien Viel
Yes !! It's working. But I'll try with a moduleSets solution. Thanks Damien Denis Cabasson a écrit : I guess you can't add the assembly plugin to a pom packaging project... I have to add the assembly-plugin to each of my modules I wanted to be assembled. But I'm certainly interested in a be

Adding HTTP an context

2006-07-25 Thread Michael . Reardon
Hello, I could use some advice on configuring Continuum (perhaps Jetty really). I have a project that is an Ant build. It uses the junitreport task to build... well, JUnit unit reports. I find this pretty valuable for determining the cause of a failed build. The pr

[m2] site plugin and generated anchors

2006-07-25 Thread Wendy Smoak
This is from memory, correct me if I'm wrong. We're having trouble with links (to anchors) on the generated website. Maven 1: (I'm fairly sure the 'href' was added in m1. It was something we had at Struts, possibly added to the original Jakarta xdoc stylesheet, and it was necessar

Re: modules and assembly problem

2006-07-25 Thread Edwin Punzalan
jar-with-dependencies won't work for a "pom" project. You need to use ... Please see http://maven.apache.org/plugins/maven-assembly-plugin/examples/index.html. Damien Viel wrote: Hi all, I still have problem with the assembly plugin. :( I'm trying to build a zip file of my project which

scm in parent POM?

2006-07-25 Thread Vorburger Michael
How does the in a parent POM have to configured so that sub-projects are found with the convention of putting them in groupId/artifactId (with dots replaced by slashes in groupId) in CVS?

Re: changes plugin and jira-report

2006-07-25 Thread Denis Cabasson
dennisl-2 wrote: > > How about we add a parameter "useJiraProxy" to the appropriate mojo. > Default value would be true, meaning that a proxy will be used if one is > defined in settings.xml. If you set it to false, no proxy would be used > when connecting to JIRA whether a proxy is defined o

[m2] Version variables for filtering

2006-07-25 Thread Beyer,Nathan
I currently have a resource file that I'm filtering and inserting the version of the project using the variable ${project.version}. Are there any other version variables that I can utilize? Specifically, I'd like to be able to exclude the "-SNAPSHOT" qualifier. Is there a variable that will have th

AW: AW: Exclude certain files during tests

2006-07-25 Thread Nick Panienski
Denis wrote: > Don't know exactly where these patterns come from, but to me, they are > ant-like: > http://ant.apache.org/manual/dirtasks.html#patterns > > I thought ui was the base directory for your HttpUnit tests. > > So, with this directory structure, exclusion pattern should > be something

Re: changes plugin and jira-report

2006-07-25 Thread Dennis Lundberg
juergen.schumacher wrote: Ok, I found now the solution and would like to share with others: In the source JiraDownloader2.java from the plugin source I found "determineProxy( cl );" Here the proxy from the settings.xml will be determined. But this didnt work in my network. The proxy is necessary

Re: Latex plugin with pdflatex

2006-07-25 Thread Lukas Theussl
The m1 plugins are listed on this overview page: http://maven.apache.org/maven-1.x/plugins/ where you will find latex in the sandbox. Check also the plugins history: http://maven.apache.org/maven-1.x/plugins/bundledHistory.html But you are right, we should add a note on each plugin's main page

Re: AW: Exclude certain files during tests

2006-07-25 Thread Denis Cabasson
Nick Panienski wrote: > > Denis wrote: > >> If you're using maven 2, the correct syntax is (should be), >> in the build/plugins part: >> >> org.apache.maven.plugins >> maven-surefire-plugin >> >> >> ui/** >> >> >>

AW: Exclude certain files during tests

2006-07-25 Thread Nick Panienski
Denis wrote: > If you're using maven 2, the correct syntax is (should be), > in the build/plugins part: > > org.apache.maven.plugins > maven-surefire-plugin > > > ui/** > > > Thanks for the fast reply! Sorry, I me

Re: Latex plugin with pdflatex

2006-07-25 Thread Elliotte Harold
Lukas Theussl wrote: The latex plugin has been deprecated in maven 1.1 because it wasn't functional. I could never get it to work myself. Perhaps this could be mentioned on the web site? http://maven.apache.org/maven-1.x/plugins/latex/ -- Elliotte Rusty Harold [EMAIL PROTECTED] Java I/O

Re: JavaDocs report not appearing

2006-07-25 Thread Denis Cabasson
Jeff Mutonho wrote: > > "JavaDocs" does not appear under the generated reports , even though I > have > configured my pom.xml to generate javadoc reports as shown below: > Please see http://jira.codehaus.org/browse/MJAVADOC-72 aggregating of Javadoc isn't working AFAIK. Denis. -- View this

Re: change-log plugin fails with java.lang.IllegalArgumentException:cvs repository connection string doesn't contain six tokens

2006-07-25 Thread Denis Cabasson
Jeff Mutonho wrote: > > On 7/25/06, Denis Cabasson <[EMAIL PROTECTED]> wrote: >> >> >> >> Jeff Mutonho wrote: >> > >> > The changelog-maven-plugin is failing with a message saying : >> > >> >> Have you tried using the maven-changelog-plugin instead? I think the >> former >> codehaus project has

Re: Connection refused during site-deploy

2006-07-25 Thread Denis Cabasson
Jeff Mutonho wrote: > >> >> >> >> Have you tried connecting from the command line, or with a ssh client, >> using >> you username/password? >> >> Denis. >> > > This running off my windows xp machine :) > > > > > > Jeff Mutonho > > GoogleTalk : ejbengine > Skype: ejbengine > Regis

Re: Connection refused during site-deploy

2006-07-25 Thread Jeff Mutonho
Have you tried connecting from the command line, or with a ssh client, using you username/password? Denis. This running off my windows xp machine :) Jeff Mutonho GoogleTalk : ejbengine Skype: ejbengine Registered Linux user number 366042

Re: change-log plugin fails with java.lang.IllegalArgumentException:cvs repository connection string doesn't contain six tokens

2006-07-25 Thread Jeff Mutonho
On 7/25/06, Denis Cabasson <[EMAIL PROTECTED]> wrote: Jeff Mutonho wrote: > > The changelog-maven-plugin is failing with a message saying : > Have you tried using the maven-changelog-plugin instead? I think the former codehaus project has been moved to maven itself. Maven-changelog-plugin may

Re: Latex plugin with pdflatex

2006-07-25 Thread Lukas Theussl
The latex plugin has been deprecated in maven 1.1 because it wasn't functional. I could never get it to work myself. -Lukas Elliotte Harold wrote: Is anyone successfully using th Maven Latex plugin? Jaxen's build keeps dying with a maeesage about "can't find file `" &pdflatex "'." [latex

Re: M2 URLs with & in xdoc files

2006-07-25 Thread Manfred Moser
Denis Cabasson wrote: Manfred Moser-2 wrote: Using http://www.somewhere.net/test=yes%amp;id=12 test just leaves the url as it is, which doesnt work either. Supposedly in M1 you can put "&" but that does not seem to work in M2. What am I missing? Shouldn't this be simple. Correct XML syn

Re: modules and assembly problem

2006-07-25 Thread Denis Cabasson
I guess you can't add the assembly plugin to a pom packaging project... I have to add the assembly-plugin to each of my modules I wanted to be assembled. But I'm certainly interested in a better solution :) Denis. Damien Viel wrote: > > Thank for your help. > > I've tried your solution with

Re: Connection refused during site-deploy

2006-07-25 Thread Denis Cabasson
Jeff Mutonho wrote: > > I've done that but still getting the same error message: > > Session error: com.jcraft.jsch.JSchException: Session.connect: > java.net.Connect > Exception: Connection refused: connect > scp://iam-003191.mycompany.co.za/htdocs/websites/eportal - Session: > Disconnecting

JavaDocs report not appearing

2006-07-25 Thread Jeff Mutonho
"JavaDocs" does not appear under the generated reports , even though I have configured my pom.xml to generate javadoc reports as shown below: org.apache.maven.plugins maven-javadoc-plugin true http://java.sun.com/j2se/1.4.2/docs/api h

Re: jdepend plugin

2006-07-25 Thread Denis Cabasson
Jeff Mutonho wrote: > > The plugin fails to download with the error message :\ > > [INFO] Velocity successfully started. > [WARNING] While downloading netbeans:cvslib:3.6 > This artifact has been relocated to org.netbeans:lib:3.6. > > > [INFO] > -

Re: Exclude certain files during tests

2006-07-25 Thread Denis Cabasson
Nick Panienski wrote: > > Hi, > > I have JUnit and HTTPUnit tests in my project, but I dont want surefire to > execute my HTTPUnit tests. > > I tried a > > > pattern > > > in the configuration of the Maven Compiler Plugin, without success... > (maybe > my pattern was just wrong?) > Aren

Re: change-log plugin fails with java.lang.IllegalArgumentException:cvs repository connection string doesn't contain six tokens

2006-07-25 Thread Denis Cabasson
Jeff Mutonho wrote: > > The changelog-maven-plugin is failing with a message saying : > Have you tried using the maven-changelog-plugin instead? I think the former codehaus project has been moved to maven itself. Maven-changelog-plugin may fix your problem (you'll have to use a maven snapshot

Exclude certain files during tests

2006-07-25 Thread Nick Panienski
Hi, I have JUnit and HTTPUnit tests in my project, but I dont want surefire to execute my HTTPUnit tests. I tried a pattern in the configuration of the Maven Compiler Plugin, without success... (maybe my pattern was just wrong?) Is there a solution for excluding everything in a directory w

[m1.1] Unable to deploy to remote repository

2006-07-25 Thread Daniel Beland
Hi, I have been using maven 1.0.2 for more than a year now. I use it to make all of our releases on our internal repository. I have setup maven-proxy to access that repository and eveything works fine. In my build.properties file I have the following settings: maven.repo.RF1=sftp://gdps maven.

change-log plugin fails with java.lang.IllegalArgumentException:cvs repository connection string doesn't contain six tokens

2006-07-25 Thread Jeff Mutonho
The changelog-maven-plugin is failing with a message saying : [ERROR] FATAL ERROR [INFO] [INFO] cvs repository connection string doesn't contain six tokens [INFO] -

Re: multi-module project site: link to module sites

2006-07-25 Thread Valerio Schiavoni
Hello Arne, On 7/25/06, Arne Sutor <[EMAIL PROTECTED]> wrote: The last thing is to use the full pathname and not a relative one for the stagingDirectory Parameter: e.g. mvn site:stage -DstagingDirectory=C:\fullsite i was doing everything correct but this little detail. (i was using mvn site

RE: maven-jar-plugin: include/exclude functionality?

2006-07-25 Thread Chris Hilton
Another option is to build your subset jars and attach them as artifacts with the build-helper plugin. See: http://www.nabble.com/-maven2--Generating-several-artifacts-per-project- --tf1689630.html#a4630045 Chris Hilton > -Original Message- > From: Denis Cabasson [mailto:[EMAIL PROTECTED

Re: changes plugin and jira-report

2006-07-25 Thread juergen.schumacher
Ok, I found now the solution and would like to share with others: In the source JiraDownloader2.java from the plugin source I found "determineProxy( cl );" Here the proxy from the settings.xml will be determined. But this didnt work in my network. The proxy is necessary to connect to repositories

jdepend plugin

2006-07-25 Thread Jeff Mutonho
The plugin fails to download with the error message :\ [INFO] Velocity successfully started. [WARNING] While downloading netbeans:cvslib:3.6 This artifact has been relocated to org.netbeans:lib:3.6. [INFO] [ERROR] BUILD E

Latex plugin with pdflatex

2006-07-25 Thread Elliotte Harold
Is anyone successfully using th Maven Latex plugin? Jaxen's build keeps dying with a maeesage about "can't find file `" &pdflatex "'." [latex] running command: pdflatex &pdflatex \nonstopmode\input{/Users/elharo/Projects/Jaxen/target/latex/intro-slides.tex} [latex] This is pdfeTeX, Version 3.

Re: Connection refused during site-deploy

2006-07-25 Thread Jeff Mutonho
On 7/25/06, Hendrik Busch <[EMAIL PROTECTED]> wrote: Hi! > > >iam-003191.mycompany.co.za >mutonhj >mypassword > > > > > then in my pom.xml I have : > > > > eportal.site > J2EE application called ePortal > scp://iam-003191.mycompany.co.za/websites/eportal

Re: changes plugin and jira-report

2006-07-25 Thread juergen.schumacher
Hi, as an additional Info: In the jira-result.xml (which is on my site a html formatted file) I found "http://localhost:8083/jira/secure/IssueNavigator.jspa?"; and connection refused. But in the log (I posted before) it says the correct url which actually shows the correct issues manually. Maybe t

Re: modules and assembly problem

2006-07-25 Thread Damien Viel
Thank for your help. I've tried your solution with a dedicated project for the build which has dependencies on the binary assemblies. But my assembly still empty. Here is my new pom of the build-project : http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-

Re: [M2] maven-changelog-plugin - Has someone found a repository for it?

2006-07-25 Thread Dennis Lundberg
Hi Arne That plugin has not been release yet, so it is only available in the Apache snapshot repository. You will need to configure that. See this link for info on how to do that: http://maven.apache.org/guides/development/guide-testing-development-plugins.html -- Dennis Lundberg Arne Suto

[M2] maven-changelog-plugin - Has someone found a repository for it?

2006-07-25 Thread Arne Sutor
Hi all, I tried to get the change log reporting plug-in up and running. Unfortunately there is during the site goal I get an error saying, that the plugin could not be found or not a valid version is specified. My pom looks in excerps like this: ibiblio ibiblio

Wagon, WebDAV and HTTP Proxy

2006-07-25 Thread German de la Cruz
Hi people, Last night, I configured my deploys with webDAV wagon. Everything worked perfect. But, now in my office and behind a http proxy, I can't get connected to my server. I've no problems downloadings any library or plugin from Internet, because I've configured in my settings.xml my htt

Re: Connection refused during site-deploy

2006-07-25 Thread Hendrik Busch
Hi! iam-003191.mycompany.co.za mutonhj mypassword then in my pom.xml I have : eportal.site J2EE application called ePortal scp://iam-003191.mycompany.co.za/websites/eportal You have got to make the IDs match. Change eportal.site to iam-003191.myco

Re: modules and assembly problem

2006-07-25 Thread Barrie Treloar
On 7/25/06, Damien Viel <[EMAIL PROTECTED]> wrote: With the standard goals "jar-with-dependencies" it works fine on each modules. But when I call the goal from the parent pom, the assembly is empty. [del] jar-with-dependencies zip dir false target/classes

modules and assembly problem

2006-07-25 Thread Damien Viel
Hi all, I still have problem with the assembly plugin. :( I'm trying to build a zip file of my project which includes the modules's jars and there dependencies. With the standard goals "jar-with-dependencies" it works fine on each modules. But when I call the goal from the parent pom, the as

AW: multi-module project site: link to module sites

2006-07-25 Thread Arne Sutor
Hi Valerio, sorry for the late reply. Just the case you have something like: +Project | +-Module A | +-Module B | +-Module C In your parent pom you have set up the following parameters in order to stage your site completely. 1. the Distribution Management Tag

Connection refused during site-deploy

2006-07-25 Thread Jeff Mutonho
I'm trying to do a site deploy for my project to a locally(on my XP machine) running apache server.I've added the username/password I use to log into my PC , into the setting.xml file as : iam-003191.mycompany.co.za mutonhj mypassword then in my pom.xml I have : ep

Re: How to configure Maven2 changelog plugin

2006-07-25 Thread Dennis Lundberg
/me Slaps palm to forehead Doh. Of course you were, my bad. Here's a link to the docs for that plugin. http://maven.apache.org/plugins/maven-changelog-plugin/ They are in the process of being rewritten. Is you want to track that check this issue in JIRA: http://jira.codehaus.org/browse/MC

Re: How to configure Maven2 changelog plugin

2006-07-25 Thread Alexander Kriegisch
Thanks again. This is also helpful. Forgive me for asking another dumb question: I was talking about the changelog plugin (maven-changelog-plugin). Is it the same as the changes plugin? I want a CVS changelog, not a Jira report. Regards Alexander Kriegisch > See > http://mail-archives.apache.o

Re: How to configure Maven2 changelog plugin

2006-07-25 Thread Dennis Lundberg
See http://mail-archives.apache.org/mod_mbox/maven-users/200607.mbox/[EMAIL PROTECTED] and http://maven.apache.org/guides/development/guide-testing-development-plugins.html -- Dennis Lundberg Alexander Kriegisch wrote: Thanks for those hints. I think I got the POM stuff right now, but the next

Re: How to configure Maven2 changelog plugin

2006-07-25 Thread Alexander Kriegisch
Thanks for those hints. I think I got the POM stuff right now, but the next problem is already there. 'mvn site' says: The plugin 'org.apache.maven.plugins:maven-changelog-plugin' does not exist or no valid version could be found > Alexander Kriegisch wrote: >> >> this is really a newbie's questi

RE: Curious behaviour for version element in parent element of pom

2006-07-25 Thread Zeltner Martin
Yes, (tried "abc") but it won't. Here's my output: ** $ mvn -N install [INFO] Scanning for projects... [INFO] [INFO] Building EL4J framework [INFO]task-segment: [insta

RE: "mvn install" installs jar as war file in my local repository!

2006-07-25 Thread Zeltner Martin
FYI: I've solved the issue. It is a bug in maven-jar-plugin. See http://jira.codehaus.org/browse/MJAR-53 Cheers, Martin > -Original Message- > From: Zeltner Martin [mailto:[EMAIL PROTECTED] > Sent: Montag, 24. Juli 2006 11:14 > To: Maven Users List > Subject: RE: "mvn install" installs

Re: Curious behaviour for version element in parent element of pom

2006-07-25 Thread Denis Cabasson
Zeltner Martin wrote: > > In the ~/.m2/settings.xml I've created a profile which is always active > and has property "el4j.version" set to "1.1-SNAPSHOT". > Have you tried renaming your property, to another, less error prone, name? (say foobar?) Denis. -- View this message in context: http:

  1   2   >