repository stylesheet

2008-04-17 Thread Lustig, Marc (Allianz Deutschland AG)
It is possoble to browse the repo using Archiva. However it doesn't look quite stylish. Is there any documented way how to add some theme or template in order to display the repo-files in a better readable and more stylish way?

Re: repository stylesheet

2008-04-17 Thread Brett Porter
I don't believe there's any easy way to do this right now, but we do serve the pages so it could be done. I think it'd be an interesting feature and we'd be happy to help point you in the right direction to help implement it! You might be interested to join [EMAIL PROTECTED] Thanks, Brett On

retention policy on release repository

2008-04-17 Thread Andrei Vojakine
Hi all I was wondering if it is possible to set up retention policy on release repository? For instance lets suppose a group of developers always produces 95 versions of the product during 123 days and I want to keep only last 20 not older than 20 days. Is it possible to do it on

RE: repository stylesheet

2008-04-17 Thread Daniel King
Brett, I keep getting my emails bounced when emailing [EMAIL PROTECTED] I email other apache user lists with no issues. This is what I'm getting: Your message did not reach some or all of the intended recipients. Subject: Archiva 1.0.2 + Weblogic 10.3tp Sent: 4/17/2008

RE: repository stylesheet

2008-04-17 Thread Daniel King
Sorry for posting over your thread Marc. It figures when I didn't paste in Brett's email and accidentally put in archiva-users it finally stops bouncing on me. Daniel King Vurv The information contained in this message may be privileged and confidential and protected from disclosure. If the

I have authentification problem with maven-changes-plugin version 2.0

2008-04-17 Thread Eugene Batogov
Hello ! I am trying to use maven-changes-plugin, version 2.0 with our jira. I have next configurations: ... issueManagement systemJIRA/system urlhttps://server.net:8443/jira/BrowseProject.jspa?pid=PROJECT1/url

AW: Expanding ... into null

2008-04-17 Thread Selber, Heiko (NSN - DE/Berlin)
Von: ext Brian E. Fox [mailto:[EMAIL PROTECTED] Can you write a jira for this? Done. MDEP-162 Just out of curiosity, why the file:/// in the first place? I copied the path from somewhere (I guess the URL field in Firefox), and it worked initially (before adding this dependency), so I

Re: Multiple artifact handlers being use at a reactor level

2008-04-17 Thread Tom Huybrechts
I've had a similar issues when using different extensions that provide lifecycles in the same build. My solution was to write my own maven plugin that contained all the lifecycles I needed (copy/paste from the original), and only use that plugin as an extension. On Wed, Apr 16, 2008 at 8:47 PM,

Re: Oracle drivers dependencies

2008-04-17 Thread Ricky
Wendy, Nicolas, Thanks a bunch it worked. appreciate your help. :) Rick On Thu, Apr 17, 2008 at 1:31 AM, nicolas de loof [EMAIL PROTECTED] wrote: To use ojdbc14 version 10.2.0.2.0 ... you have to set your dependency to version 10.2.0.2.0 ! also, the _g (jar compiled with debugs) version

Re: mvn install site performs test phase 2 times?

2008-04-17 Thread DCVer
Well. to be honest, I would like not to skip test phase during building artifact and I would like to have test reports (surefire reports) in genereted site. I would like to merge those two test phases into 1 - can site phase somehow base on tests made by install command? Tests would be preformed

Re: maven-buildnumber-plugin / revision number last changed rev number

2008-04-17 Thread DCVer
Well... should I modify this source code? Build then some jar? Or import the existing one jar and override the getRevision() method? Or can it be configurable from pom.xml file in plugins section? Dirk Olmes-4 wrote: DCVer wrote: Thanks, nice to know that, but I still cannot find any useful

Use of assembly plugin

2008-04-17 Thread Thomas Darbois
I'm ahving some trouble using assembly plugin. With the simpliest example, I'm having all files from the module in double in the assembled jar. Any ideas ? Tomas Darbois Edifixio Grenoble - Projet ScorWare 04 76 29 89 27 [EMAIL PROTECTED]mailto:[EMAIL PROTECTED]

Maven PMD plugin dependency on pmd Jar is out of date

2008-04-17 Thread Amir Eliaz
Hello, Looking in http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-pmd-plugin/2.3/maven-pmd-plugin-2.3.pom I found out it depends on pmd-jdk14-4.1.1.jar Now, this Jar does not contain net.sourceforge.pmd.rules.basic.AvoidMultipleUnaryOperators but the plugin implementation is

Re: mvn install site performs test phase 2 times?

2008-04-17 Thread Martin Höller
On Thursday 17 April 2008 DCVer wrote: Well. to be honest, I would like not to skip test phase during building artifact and I would like to have test reports (surefire reports) in genereted site. I would like to merge those two test phases into 1 - can site phase somehow base on tests made by

RE: javax.xml.ws jaxws-api 2.1 in repo1.maven.org - missing dependencies

2008-04-17 Thread Doron Solomon
Hi, Any suggestions on how to solve this issue when the incorrect dependency is not your direct dependency? My application declares a dependency on: dependency groupIdcom.sun.xml.ws/groupId artifactIdjaxws-rtartifactId version2.1.3version /dependency This artifact (which I can only find

Re: maven-buildnumber-plugin / revision number last changed rev number

2008-04-17 Thread Dirk Olmes
DCVer wrote: Well... should I modify this source code? Build then some jar? Or import the existing one jar and override the getRevision() method? Or can it be configurable from pom.xml file in plugins section? I'd say the easiest solution is to build your own version of the plugin. -dirk

Classpath Manifest and format of libraries. Maven-jar-Plugin

2008-04-17 Thread Thomas Darbois
Hello I'm having trouble with a multi module project that I m working on. I need a class path inside the manifest of the built jar (plugin maven jar and configuration addClasspathtrue/addClasspath in my parent pom defined in pluginmanagement). The classpath is perfectly formatted when I'm

Re: javax.xml.ws jaxws-api 2.1 in repo1.maven.org - missing dependencies

2008-04-17 Thread Wayne Fay
Include your own dependency on the right version in your own pom, and Maven will use it instead. You may also want to list an exclusion in the jaxws-rt dep. Wayne On 4/17/08, Doron Solomon [EMAIL PROTECTED] wrote: Hi, Any suggestions on how to solve this issue when the incorrect dependency is

Re: Maven PMD plugin dependency on pmd Jar is out of date

2008-04-17 Thread Wayne Fay
This is a bug report. It should go into JIRA, not the user or dev list. Wayne On 4/17/08, Amir Eliaz [EMAIL PROTECTED] wrote: Hello, Looking in http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-pmd-plugin/2.3/maven-pmd-plugin-2.3.pom I found out it depends on pmd-jdk14-4.1.1.jar

Re: javax.xml.ws jaxws-api 2.1 in repo1.maven.org - missing dependencies

2008-04-17 Thread Dan Tran
man, this issue keeps poping up again and again. best is to remove jaxws-api 2.1* out of repo1, and have user to use java.net repo to pickup this artifact. for my case, I have to make java.net to be the first one in my repo list under my repository manager ( archiva) -D On Thu, Apr 17, 2008 at

scm:update on multi-module project

2008-04-17 Thread Dhruva Reddy
I have a POM which aggregates several other projects. I am trying to run scm:update on the master POM. If this is an aggregator plugin (per the scm plugin's documentation), shouldn't it update the projects that it contains? It does not seem to do this for me-it only updates the current project.

Re: scm:update on multi-module project

2008-04-17 Thread Dan Tran
scm:update is not meant to use in multi module env. even if it does, it going to be very slow since it will try to update the entire source tree. -D On Thu, Apr 17, 2008 at 8:04 AM, Dhruva Reddy [EMAIL PROTECTED] wrote: I have a POM which aggregates several other projects. I am trying to

Re: Maven 2.0.9 complains it can't download maven-surefire-plugin 2.4.2 -- NEED HELP

2008-04-17 Thread Tonté Pouncil
Thanks for the advise. I will research this in the near future. I am a newbie to Maven and don't know if I am ready to take on this extra challenge. But will book mark this sites and at a later time when I am more comfortable, check them out. This is no longer an issue for me as I have fixed

Root directory of the assembly

2008-04-17 Thread Krishnamurthi, Venkat
Hi, How do I set the root directory of the assembly in my own assembly descriptor? Can it be set outside the project's directory. Thanks, Venkat - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Maven PMD plugin dependency on pmd Jar is out of date

2008-04-17 Thread Xavier Le Vourch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I saw your message on the pmd developer forum and on the maven lists. Based on the forum post, you are using a custom ruleset that references the AvoidMultipleUnaryOperators rule. That rule was introduced in pmd 4.2 and is not in pmd 4.1 nor is

Re: I have authentification problem with maven-changes-plugin version 2.0

2008-04-17 Thread Dennis Lundberg
It sounds like you don't have a valid certificate (or certificate chain) on your JIRA server. Here's a link to the JIRA documentation for setting up SSL properly: http://confluence.atlassian.com/display/JIRA/Running+JIRA+over+SSL+or+HTTPS Eugene Batogov wrote: Hello ! I am trying to use

Surefire test JUnit's TestCase.fail() method

2008-04-17 Thread Allen, Daniel
Hi, all. I'm using Maven to automatically run my suite of unit tests, which are made with JUnit 4.4, and I'm having some trouble with it. It runs the tests successfully, but when one fails, it doesn't give me the message that I used in the test case. That is, JUnit's TestCase class has the method

snapshot timestamps

2008-04-17 Thread EJ Ciramella
How are the timestamps calculated for deployed snapshots? While my local clock says 3:55, the deployed snapshot jar is three hours ahead...

Question about dependencies and plugins

2008-04-17 Thread Adam
Hey all, Is there currently a plugin that will look at the current dependencies on the project and look at the repositories and check for updated versions of dependencies in the project? Maybe just sort of a reporting type thing to let a user know when they have an updated version of a

Continuum error build

2008-04-17 Thread Alexandre Nshimiyimana
I'm getting this error when buillding via Continuum: Build Error: org.apache.maven.continuum.execution.ContinuumBuildExecutorException: Error while executing shell command. The most common error is that 'pom.xml' is

Re: snapshot timestamps

2008-04-17 Thread Dennis Lundberg
EJ Ciramella wrote: How are the timestamps calculated for deployed snapshots? While my local clock says 3:55, the deployed snapshot jar is three hours ahead... I think snapshots use UTC for all timestamps, to make them work on a global scale. -- Dennis Lundberg

Maven2 compilation problem

2008-04-17 Thread Granse, Erik A
I'm in the process of migrating from Maven1 to Maven2 (using v. 2.0.8) and have run into a problem I'm unable to solve. When compiling one of my projects, I receive the following error: cannot resolve symbol symbol : method validate () location: class javax.mail.internet.InternetAddress I've

Re: Maven2 compilation problem

2008-04-17 Thread Wayne Fay
Unjar the file, dig into the files, and make sure that method exists. You might even decompile it to be sure. Wayne On 4/17/08, Granse, Erik A [EMAIL PROTECTED] wrote: I'm in the process of migrating from Maven1 to Maven2 (using v. 2.0.8) and have run into a problem I'm unable to solve. When

Looking for junit expertise

2008-04-17 Thread Cox, Chris
I'm not sure if this is the right forum. But I wanted to reach out people working with cutting edge technology to either find interested candidates and/or referrals of top industry people. If you are interested or recommend anyone for the roles below, please feel free to reach out to me. You

[ANN] Maven Ant Tasks 2.0.9 Released

2008-04-17 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Maven Ant Tasks, version 2.0.9. You can find the binaries here: http://maven.apache.org/download.html You can find the release notes here: http://maven.apache.org/ant-tasks-release-notes.html Enjoy, -The Apache Maven team

RE: Maven2 compilation problem

2008-04-17 Thread Granse, Erik A
Fixed - It turns out that j2ee.jar is (was) also a dependency and the version being used contained an older version of mail.InternetAddress. Thanks for your help. -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Thursday, April 17, 2008 3:42 PM To: Maven Users List

RE: snapshot timestamps

2008-04-17 Thread EJ Ciramella
Excellent - thank you! -Original Message- From: Dennis Lundberg [mailto:[EMAIL PROTECTED] Sent: Thursday, April 17, 2008 4:15 PM To: Maven Users List Subject: Re: snapshot timestamps EJ Ciramella wrote: How are the timestamps calculated for deployed snapshots? While my local clock

Re: Maven2 compilation problem

2008-04-17 Thread Wayne Fay
I've run into this myself which is how I knew it might need to be checked (not this exact artifact, but something similar). Its annoying, but doesn't happen often. Wayne On 4/17/08, Granse, Erik A [EMAIL PROTECTED] wrote: Fixed - It turns out that j2ee.jar is (was) also a dependency and the

Email junit results in mvn2?

2008-04-17 Thread Patrick Thomas
Hi all, I've been working on moving from maven1 to mvn2 and it seems like there isn't any standard plugin that will send email as part of a build process (specifically, the results of junit tests). I realize there are plenty of full CI servers (cruise control etc) that do all that sort of stuff

RE: snapshot timestamps

2008-04-17 Thread Cox, Chris
EJ, How are things going regarding the discussion? Chris -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Thursday, April 17, 2008 2:54 PM To: Maven Users List Subject: RE: snapshot timestamps Excellent - thank you! -Original Message- From: Dennis

Recall: snapshot timestamps

2008-04-17 Thread Cox, Chris
Cox, Chris would like to recall the message, snapshot timestamps.

Strange multi-module site generation problem with 2.0.9

2008-04-17 Thread justin_at_work
I upgraded to Maven 2.0.9 this morning and later did a site-deploy of a multi-module project. Once the sites were deployed, I noticed that the sub-module sites didn't look right - they were missing navigation items. In my root src/site/site.xml, I have: project body

Re: Email junit results in mvn2?

2008-04-17 Thread James William Dumay
Patrick, I don't think there is currently anything like that but writing your own Maven mojo might be a good way to start. James On Thu, 2008-04-17 at 15:08 -0700, Patrick Thomas wrote: Hi all, I've been working on moving from maven1 to mvn2 and it seems like there isn't any standard plugin

RE: Strange multi-module site generation problem with 2.0.9

2008-04-17 Thread Brian E. Fox
This is a problem with the beta-6 of the site plugin, try beta-5. -Original Message- From: justin_at_work [mailto:[EMAIL PROTECTED] Sent: Thursday, April 17, 2008 6:39 PM To: users@maven.apache.org Subject: Strange multi-module site generation problem with 2.0.9 I upgraded to Maven

RE: Email junit results in mvn2?

2008-04-17 Thread Brian E. Fox
A separate plugin would be handy, especially if the file sent was configurable, it could be used to send out many reports like pmd, checkstyle and junit. -Original Message- From: James William Dumay [mailto:[EMAIL PROTECTED] Sent: Thursday, April 17, 2008 7:26 PM To: Maven Users List

Re: Email junit results in mvn2?

2008-04-17 Thread Brett Porter
Yes, I agree - this seems to be a fairly frequent request. - Brett On 18/04/2008, Brian E. Fox [EMAIL PROTECTED] wrote: A separate plugin would be handy, especially if the file sent was configurable, it could be used to send out many reports like pmd, checkstyle and junit. -Original

maven-release-plugin interactive mode [SEC=UNCLASSIFIED]

2008-04-17 Thread Craig Bachelor
Hi, I don't seem to get prompted when running mvn release:prepare for new version numbers - the plugin just goes and increments the versions numbers using its default algorithm. I read that interactive mode is on by default, but it doesn't seem to be on my machine. running mvn 2.0.9 and

Re: Continuum error build

2008-04-17 Thread Brett Porter
It seems you have configured the project to run 'pom.xml' instead of setting that as the build file for Maven. Can you please direct further enquiries to [EMAIL PROTECTED] Continuum has become it separate project. Cheers, Brett On 18/04/2008, Alexandre Nshimiyimana [EMAIL PROTECTED] wrote: I'm

Re: Recall: snapshot timestamps

2008-04-17 Thread Wayne Fay
Heh, in case its not already obvious, this doesn't work on Apache mailing lists... Wayne On 4/17/08, Cox, Chris [EMAIL PROTECTED] wrote: Cox, Chris would like to recall the message, snapshot timestamps. - To unsubscribe,

Unpack/Modify/Repack Dependency Artifact.... then Release?

2008-04-17 Thread Andrew Hughes
Hi All, I'm looking into this and will contribute it back to the opensource Java Spatial server project geoserver: http://geoserver.org. Geoserver is a war that serve's up geospatial web services (maps for example) based on its configuration and source data. By default this is stored in the

How to filter test dependency?

2008-04-17 Thread youhaodeyi
I add maven dependency plugin in my pom see below. But it will copy the dependencies which is in test scope. How can I filter them out? build plugins plugin groupIdorg.apache.maven.plugins/groupId

maven-war-plugin:2.0.2 confuses relative path when run in the reactor

2008-04-17 Thread Harper, Brad
I'm seeing a problem that appears to be nearly identical to one posted here in the recent past. See http://www.mail-archive.com/users@maven.apache.org/msg77272.html and the subsequent thread. The issue didn't seem to be obviously resolved at that time. The command line 'mvn install' works

Re: [Geoserver-devel] Embedding a customized geoserver/config via a Maven MOJO Plugin?

2008-04-17 Thread Andrew Hughes
Well, I most certainly have found some good news! I'll confirm this with some more testing... If you have a maven packagingwar/packaging project with, a dependency on a war (ie geoserver)... the geoserver war's contents are packed into the war as well. This means if you wanted to customize your