Re: Hi, where can we get the maven1.x?

2013-02-07 Thread Maria Odea Ching-Mallete
Hi, you can download it from here: http://maven.apache.org/maven-1.x/start/download.html Thanks, Deng On Fri, Feb 8, 2013 at 10:21 AM, Joe Zhang joe...@gmail.com wrote: Thanksgiving! - To unsubscribe, e-mail:

[ANNOUCEMENT] Archiva 1.2 Released!

2009-03-25 Thread Maria Odea Ching
the new index format * [MRM-1082] - Upgrade from plexus-maven-plugin to the plexus-component-metadata plugin * [MRM-1094] - Update docs on search to reflect the search re-vamp for 1.2-M2 * [MRM-1107] - upgrade to Redback 1.2 Thanks, The Apache Archiva team -- Maria Odea Ching Software

Re: BUILD ERROR

2009-01-25 Thread Maria Odea Ching
! Bruce Wen A thousand-li journey is started by taking the first step. -- Maria Odea Ching Software Engineer | Exist Global | 687-4091 | Skype: maria.odea.ching | www.exist.com | Innovation Delivered

[ANNOUNCE] Archiva 1.2-M1 Released!

2008-11-13 Thread Maria Odea Ching
The Apache Archiva team is pleased to announce the release of Archiva 1.2-M1 Apache Archiva is an extensible repository management software that helps taking care of your own personal or enterprise-wide build artifact repository. It is the perfect companion for build tools such as Maven,

Fwd: ApacheCon live video streaming available; keynotes and Apache 101 are free

2008-11-04 Thread Maria Odea Ching
Can't make ApacheCon this week in New Orleans? You can still watch all the keynotes, Apache 101 sessions, and system administration track in live video streams: http://streaming.linux-magazin.de/en/program_apacheconus08.htm?ann Keynotes and the Apache 101 lunchtime sessions are free; the full

[ANNOUNCE] Apache Archiva 1.1 Released!

2008-07-20 Thread Maria Odea Ching
The Apache Archiva team is pleased to announce the release of Archiva 1.1 Archiva is a build artifact repository manager for use with build tools such as Maven, Continuum and Ant. It has features like repository search and browse, securing repositories, identifying unknown artifacts and

Re: Is there a list of available variables or expressions to use in POM file

2008-05-22 Thread Maria Odea Ching
Maybe this would help :) http://docs.codehaus.org/display/MAVENUSER/MavenPropertiesGuide Thanks, Deng On Thu, May 22, 2008 at 10:46 PM, Andreas Guther [EMAIL PROTECTED] wrote: Hi, Is there a list of available variables and expressions one can insert into a pom file? In particular I

Re: mvn add test folders

2008-05-08 Thread Maria Odea Ching
You might need to write code in your unit tests for copying your test resources from src/test/testdata to target/test-classes as I don't think you could set this in the plugin config. The other alternative is to move your test resources to src/test/resources so that it automatically gets copied in

Re: Maven project in IDEA

2008-05-04 Thread Maria Odea Ching
I don't think the maven-idea-plugin has support for this. It can only generate IDEA descriptor files from a maven project but not the other way around. Sounds like a good feature for the idea plugin though, you can file a new feature request for it in jira :-) Thanks, Deng On Sun, May 4, 2008 at

Re: Archiva and Mail

2008-04-22 Thread Maria Odea Ching
Hi Daniel, On Tue, Apr 22, 2008 at 3:09 AM, Daniel King [EMAIL PROTECTED] wrote: Does Archiva use mail to only send email validation? Yes, it uses mail only to send the validation mail and nothing else. I've setup Archiva 1.0.2, Web Logic 10 and JDK 1.5. I set the property in the

Re: Add Custom Pages

2008-04-09 Thread Maria Odea Ching
Hi Doron, I haven't really experimented doing this, but maybe you could try updating the jsp files in your Archiva.. for the menu part, you need to edit the WEB-INF/jsp/decorators/default.jsp file. Please take note of the Redback permissions in the page. You could probably add just an a href=..

Re: Where do I put document in Maven project?

2008-04-09 Thread Maria Odea Ching
You can put your project documentation in src/site and it would get included when you generate the site for your project. Please note that your documents should be written in APT format and when you run 'mvn site', their corresponding html files will automatically be generated. Other project

Re: Unable to find project model

2008-03-31 Thread Maria Odea Ching
On Mon, Mar 31, 2008 at 4:25 PM, hackaton [EMAIL PROTECTED] wrote: I am using Archiva 1.0.1 I got the following error while I tried to browse the ant-1.6.5.jar Unable to find project model for [ant:ant:1.6.5]. The ant-1.6.5.pom was actually there and it came from

Re: switch mirror by profile? How to switch between (Archiva) environments?

2008-03-28 Thread Maria Odea Ching
Hi Torsten, The mirrors cannot be configured with profiles. What you could do instead is set each repository in different profiles using the repository section, and just activate which profile you want to use for a specific build. This might help too:

Re: Monitor bad artifact hashes

2008-03-13 Thread Maria Odea Ching
Hi, On Thu, Mar 13, 2008 at 5:48 PM, MATHUS Baptiste [EMAIL PROTECTED] wrote: Hi all, After having some problems with corrupted jars, we recently decided to purge all our proxied repository. Before doing that, I switched from fix to fail. The thing is: as an archiva admin I'd be interested

Re: Web UI to upload into local archiva?

2008-03-07 Thread Maria Odea Ching
Hi, There is a known issue for the newly created user validation, please see http://jira.codehaus.org/browse/MRM-584 for the workaround. The web UI for uploading jars on the other hand is not yet available, but is already in the roadmap for 1.1 (http://jira.codehaus.org/browse/MRM-216). Thanks,

Re: POM Dependency question

2008-02-28 Thread Maria Odea Ching
On Fri, Feb 29, 2008 at 2:46 PM, Muzammil [EMAIL PROTECTED] wrote: Hi All, I am required to use Maven for my project. My question is regarding the Jars I require for my project. Is it necessary to add information of all the Jars required by ur project in the POM file as dependency. The

Re: Artifacts didnt download to archiva

2008-02-14 Thread Maria Odea Ching
Could it be the security? Do you have the user credentials for the repo set in your settings.xml, or have the Observer role for that repo active for the 'guest' account? HTH, Deng On Tue, Feb 12, 2008 at 8:50 PM, Juergen Schumacher [EMAIL PROTECTED] wrote: Hi, I use Archiva 1.0.1 and

Re: Setup Help - you have entered an incorrect username and/or password

2008-02-12 Thread Maria Odea Ching
Hi M, This is a known Redback issue which affects Archiva 1.0 and 1.0.1: http://jira.codehaus.org/browse/REDBACK-117 As a workaround, resend the validation email to the users and let the users validate it. Thanks, Deng On Feb 12, 2008 4:02 PM, Mester Of Jester [EMAIL PROTECTED] wrote: Hi

Re: Basic Repository Proxying settings

2008-02-06 Thread Maria Odea Ching
] [ERROR] BUILD ERROR I am using Maven 2.0.8. I there something special I have to do for plugins? Maria Odea Ching-5 wrote: Hi Doug, To force Maven to use only your Archiva managed repository (if you don't want to use the pre-configured 'internal' repository

Re: browse repository sort order

2008-02-05 Thread Maria Odea Ching
Hi Jon, The sorting algorithm must rank numbers higher than letters, so that's probably the reason for the order below. Could you please file a jira to improve the sorting to the version/date order you've mentioned? Thanks, Deng On Feb 5, 2008 4:20 PM, SlinnHawkins, Jon (ELS-CAM) [EMAIL

Re: Basic Repository Proxying settings

2008-02-05 Thread Maria Odea Ching
Hi Doug, To force Maven to use only your Archiva managed repository (if you don't want to use the pre-configured 'internal' repository), you need to do the ff: 1. Create a managed repository in Archiva 2. By default, the central and java.net repos are already pre-configured. You can add another

[ANNOUNCE] Archiva 1.0.1 Released

2008-02-03 Thread Maria Odea Ching
Hi Everyone, The Maven Archiva team is pleased to announce the release of Archiva 1.0.1 Archiva is a build artifact repository manager for use with build tools such as Maven, Continuum and Ant. It has features like repository search and browse, securing repositories, identifying unknown

Re: mvn release problem when use properties as version

2008-01-25 Thread Maria Odea Ching
Yes, that has been a problem with the release plugin. Please see: http://jira.codehaus.org/browse/MRELEASE-297 Thanks, Deng On Jan 25, 2008 6:45 PM, Rex Huang [EMAIL PROTECTED] wrote: I set artifact version using properties in pom file: properties

Re: Cannot install on Windows!

2008-01-22 Thread Maria Odea Ching
Was the installation directory of Archiva in C:\Program Files\Research by any chance? Looks like it had a problem with the space in 'Program Files'.. Could you try it at the root directory instead? If the problem still persists, could you please file a jira for this? Thanks! -Deng On Jan 22,

Re: Bad remote repo can cause Archiva to hang?

2008-01-16 Thread Maria Odea Ching
There was a previous thread about this issue, please see this: http://www.nabble.com/Archiva-freeze-because-of-down-site---to14441037.html HTH, Deng On Jan 16, 2008 4:03 PM, Dan Tran [EMAIL PROTECTED] wrote: I notice my maven build hangs waiting to download a newer snapshot artifact, it

Re: [archiva] archiva.log missing?

2008-01-16 Thread Maria Odea Ching
You can get rid of that by setting this environment variable: export CATALINA_OPTS=-Dappserver.home=$CATALINA_HOME -Dappserver.base=$CATALINA_HOME For more details, please see the Configure the appserver.base java property section in http://docs.codehaus.org/display/MAVENUSER/Archiva+on+Tomcat

Re: artifacts not getting indexed?

2008-01-15 Thread Maria Odea Ching
Hi Joe, The repo indexing and search seems to be working fine to me. It would definitely be helpful if you could provide the logs.. Thanks, Deng On Jan 11, 2008 7:43 AM, Joseph Heck [EMAIL PROTECTED] wrote: Howdy, I've just started digging in to using Archiva. We've been using Proximity

Re: remote repositories verse proxy connectors...??

2008-01-15 Thread Maria Odea Ching
already got configured with the configuration above.. HTH, Deng On Jan 11, 2008 12:55 AM, Mick Knutson [EMAIL PROTECTED] wrote: I was not able to see the artifact in my browser or on the file system. On Jan 9, 2008 11:04 PM, Maria Odea Ching [EMAIL PROTECTED] wrote: Hi Mick, Sorry, I got

Re: remote repositories verse proxy connectors...??

2008-01-09 Thread Maria Odea Ching
Hi Mick, Sorry, I got a little confused there. You got the The following resource does not exist when you tried browsing the artifact in Archiva? Where you able to see in the file system whether the artifact was actually downloaded in the Proxy Repository? Thanks, Deng On Jan 10, 2008 6:17 AM,

Re: Archiva logging level

2008-01-08 Thread Maria Odea Ching
Hi Bashar, An issue has already been filed for this problem, please see: http://jira.codehaus.org/browse/MRM-633 You can reduce the logging by changing the log level (in log4j.xml) for the repo scanner from 'debug' to 'info' as shown below. logger

Re: Editing roles for repositories

2007-12-27 Thread Maria Odea Ching
Hi Ben, I tried replicating your problem and I got the same behavior in the developer user but a different one in the cc user -- instead of the internal Repo Observer checked, the snapshots Repo Manager was checked in the roles matrix. This seems to be a redback issue.. I'll file this in jira.

[ANNOUNCE] Archiva 1.0 Released

2007-11-27 Thread Maria Odea Ching
Hi Everyone, The Maven Archiva team is pleased to announce the release of Archiva 1.0final. Archiva is a build artifact repository manager for use with build tools such as Maven, Continuum and Ant. It has features like repository search and browse, securing repositories, identifying unknown

Re: repository and database

2007-11-27 Thread Maria Odea Ching
Julien CARSIQUE wrote: More information : deleting the local repository (only the groupId) fix the problem, artifact is then correctly downloaded. Is it due to corruption during download or what else ? This wasn't often happening until upgrade to beta-4 and then 1.0; now this error seems to

Re: Run Archiva on Aix

2007-11-14 Thread Maria Odea Ching
/iwm/web/preLogin.do?source=jcesdk. After having overwritten the files inside the /usr/java5/jre/lib/security/ as described above, it worked. Cheers. -- Baptiste -Message d'origine- De : Maria Odea Ching [mailto:[EMAIL PROTECTED] Envoyé : mercredi 14 novembre 2007 08:22 À : archiva

[ANNOUNCE] Archiva 1.0-beta-4 Released

2007-11-14 Thread Maria Odea Ching
Hi Everyone, The Maven Archiva team is pleased to announce the release of Archiva 1.0Beta 4. Archiva is a build artifact repository manager for use with build tools such as Maven, Continuum and Ant. It has features like repository search and browse, securing repositories, identifying unknown

Re: Run Archiva on Aix

2007-11-13 Thread Maria Odea Ching
Hi Baptiste, Can you try using the Sun JDK/JRE instead of the IBM JDK/JRE and see if the problem still persists? -Deng MATHUS Baptiste wrote: OK. I directly launched the plexus.sh script in the bin directory and archiva started fine. The thing is, I'm now having problem with the class

Re: how to setup archiva security policy ?

2007-11-09 Thread Maria Odea Ching
nicolas de loof wrote: Hello, this morning, archiva forced me to change my admin login, with some rules about using some numeric character and not reuse a previous password. Was this from trunk? Where can I setup/change this policy ? My archiva instance is in a protected corporate

Re: Deploy to production from a production Maven repository

2007-11-05 Thread Maria Odea Ching
No, Maven is not the tool to consume a deployed artifact in a repository to the production server. You may want to take a look of this thread from a couple of days ago: http://www.nabble.com/Newbie-question-on-deployment-strategy-t4685770s177.html HTH, Deng On 11/6/07, Simon Taylor [EMAIL

[ANNOUNCE] Archiva 1.0 Beta 3 Released

2007-11-02 Thread Maria Odea Ching
Hi Everyone, The Maven Archiva team is pleased to announce the release of Archiva 1.0Beta 3. Archiva is a build artifact repository manager for use with build tools such as Maven, Continuum and Ant. It has features like repository search and browse, securing repositories, identifying unknown

[ANNOUNCE] Archiva 1.0 Beta 3 Released

2007-11-02 Thread Maria Odea Ching
Hi Everyone, The Maven Archiva team is pleased to announce the release of Archiva 1.0Beta 3. Archiva is a build artifact repository manager for use with build tools such as Maven, Continuum and Ant. It has features like repository search and browse, securing repositories, identifying unknown

Re: ignore vs disable

2007-10-30 Thread Maria Odea Ching
Hi Arnaud, Joakim created this document a couple of weeks ago :) http://docs.codehaus.org/display/MAVENUSER/Archiva+Proxy+Policies -Deng Arnaud HERITIER wrote: Hi all, When we create a proxy connector, for releases and snapshot we can select ignore or disable. What is the difference

Re: Snapshot Repository Purge not working?

2007-10-24 Thread Maria Odea Ching
Hi Luke, Could you try it with the 1.0-beta-3 release candidate? It's available here: http://people.apache.org/builds/maven/archiva/1.0-beta-3/ If it's still broken, could you please file a jira for it? Thanks! :-) -Deng Luke Amdor wrote: Hi all, I'm having problems with the

Re: Repository Central is blacklisted?

2007-10-08 Thread Maria Odea Ching
It was because of the error in retrieving the repo metadata that's why 'central' was blacklisted. This problem with the archetype plugin has been occurring before, you can try cleaning it up from your repository then run 'mvn archetype:create..' again :) Thanks, Deng siegfried wrote: I'm

Re: Repository Central is blacklisted?

2007-10-08 Thread Maria Odea Ching
repository and I don't see any files that have Cocoon in them. Thanks Siegfried -Original Message- From: Maria Odea Ching [mailto:[EMAIL PROTECTED] Sent: Monday, October 08, 2007 12:16 AM To: Maven Users List Subject: Re: Repository Central is blacklisted? It was because of the error

Re: Are group/artifact IDs case sensitive to maven?

2007-10-07 Thread Maria Odea Ching
Hi Yan, Do you mean the paths (groupId/artifactId/version) and the filename of the artifact? In that context, I believe it depends on your OS.. in Linux it is case-sensitive while in Windows it isn't. HTH, Deng Yan Huang wrote: Hello, Are group/artifact IDs case sensitive to maven? I did

Re: release/buildnumber plugin

2007-10-07 Thread Maria Odea Ching
I used the release plugin a few weeks back and it worked fine for me. Have you tried release:clean, then release:perform again? -Deng John Coleman wrote: Hi, I just did a release:perform today and it failed. We have done a few before fine. The buildnumber plugin throws an error due to

Re: Parent POM clean issue

2007-09-22 Thread Maria Odea Ching
Hi Kyle, Try putting your plugin config in the pluginManagement of your child POM. Don't forget to specify the maven-clean-plugin in the pluginManagement of you parent POM as well. Please see http://maven.apache.org/pom.html#Build (Plugins and Plugin Management sections) for the explanation

Re: Turn off selenium-maven-plugin's logger

2007-09-22 Thread Maria Odea Ching
Have you tried setting the logOutput to false? :) -Deng Dan Tran wrote: is there a way to configure the plugin to turn off the logger? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[ANNOUNCE] Archiva 1.0 Beta 2 Released

2007-09-22 Thread Maria Odea Ching
Hi Everyone, The Maven Archiva team is pleased to announce the release of Archiva 1.0 Beta 2. Archiva is a build artifact repository manager for use with build tools such as Maven, Continuum and Ant. It has features like repository search and browse, securing repositories, identifying unknown

Re: Turn off selenium-maven-plugin's logger

2007-09-22 Thread Maria Odea Ching
Np Dan ;-) Dan Tran wrote: oh mine, how could I miss this? shame on me Thanks Maria On 9/22/07, Maria Odea Ching [EMAIL PROTECTED] wrote: Have you tried setting the logOutput to false? :) -Deng Dan Tran wrote: is there a way to configure the plugin to turn off the logger

Re: Is there websphere plugin available for maven2?

2007-09-08 Thread Maria Odea Ching
Hi, Checkout this thread: http://www.nabble.com/maven2-websphere-plugin-tf3233913s177.html#a9046442 HTH, Deng I am Who i am wrote: Is there any websphere plugin available for maven2? I couldn't find any one so far -

Re: selenium testing with maven hangs b/c of http 500 error

2007-09-01 Thread Maria Odea Ching
server. any solution to this? -D On 8/31/07, Dan Tran [EMAIL PROTECTED] wrote: a, i am stucked then. and your selenium hangs as well? Thanks -D On 8/31/07, Maria Odea Ching [EMAIL PROTECTED] wrote: Hi Dan, This is just from my experience with selenium.. The browser is never

Re: deploy with uniqueVersion = false not working

2007-08-31 Thread Maria Odea Ching
Hi Farrukh, The uniqueVersion is not a parameter of the deploy:deploy goal (which is what's being executed when you do 'mvn deploy'). This parameter is for the deploy:deploy-file goal. And since you did 'mvn deploy', the uniqueVersion parameter is ignored.. There's an open issue for this

Re: deploy with uniqueVersion = false not working

2007-08-31 Thread Maria Odea Ching
Np :-) I don't think it's already fixed yet.. the issue is still open. -Deng Farrukh Najmi wrote: Maria Odea Ching wrote: Hi Farrukh, The uniqueVersion is not a parameter of the deploy:deploy goal (which is what's being executed when you do 'mvn deploy'). This parameter

Re: selenium testing with maven hangs b/c of http 500 error

2007-08-31 Thread Maria Odea Ching
Hi Dan, This is just from my experience with selenium.. The browser is never closed whenever there is a problem (like the HTTP 500), and there have been times when I've been left with 20+ Firefox windows open :-( What I usually do is just figure out what the cause of the problem and fix it

Re: wagon

2007-08-29 Thread Maria Odea Ching
Hi, The best documentation I could suggest is probably the sources itself :) You could checkout the codes here: http://svn.apache.org/repos/asf/maven/wagon/trunk Try looking at the test cases to see how it works.. HTH, Deng John Coleman wrote: Hi, Has anyone found some decent user

Re: How to create a project having more than one module

2007-08-26 Thread Maria Odea Ching
Hi, Rashid Jilani wrote: Hi: Can some one tell from where to start in order to build a project with more than one module; I am sorry but Maven documentation is quite confusing at least for beginners. 1. Do I need to start with archetype; if this is true how to pass parameters to

Re: Junit testing of webapps in maven

2007-08-22 Thread Maria Odea Ching
Hi, I haven't tried running unit tests on webapps before, but I would suggest you take a look at selenium-maven-plugin: http://mojo.codehaus.org/selenium-maven-plugin/index.html It's for integration testing and that might be more appropriate for testing webapps :) You may want to look at

Re: How to avoid hardcoding parent pom version in child poms?

2007-08-20 Thread Maria Odea Ching
Hi Farrukh, The version for the parent pom is required, so you can't remove that from the child poms. Usually, you only change the version of your project when you release it. The maven release plugin already updates all the versions of the parent and child poms (in trunk) when it tags the

Re: Where is the source code of maven-release

2007-08-17 Thread Maria Odea Ching
Just go up one directory from the maven-release-plugin svn URL you specified :) -Deng Michael Meyer wrote: Hi I've checked out the latest sources of the maven-release-plugin from http://svn.apache.org/repos/asf/maven/release/trunk/maven-release-plugin I tried loading the sources into

Re: building and installing a source only jar

2007-08-15 Thread Maria Odea Ching
EJ Ciramella wrote: Is there any way to build a source only jar and install that to our internal remote repository? Try 'mvn source:jar install' for this, and.. We're trying to get more modular with our builds and would like to still allow eclipse users to hop to the source of a

Re: Had to manually install artifact which was already in the repository

2007-08-15 Thread Maria Odea Ching
Are you certain the jar you saw in the repo when you first checked was the same jar file not being found by Maven? (e.g. same path groupId/artifactId/version and same filename)? :) -Deng Yuen-Chi Lian wrote: Hi guys, I had a strange problem yesterday, Maven was complaining about an

Re: building and installing a source only jar

2007-08-15 Thread Maria Odea Ching
Why won't it keep sources in the name. 2 - How do I control the version number at deploy time? We'd like to do something similar to what repo1 has/does where the sources are sitting next to the actual binary versions. -Original Message- From: Maria Odea Ching [mailto:[EMAIL PROTECTED

[ANNOUNCE] Archiva 1.0 Beta 1 Release

2007-08-10 Thread Maria Odea Ching
Hi Everyone, The Maven Archiva team is pleased to announce the release of Archiva 1.0Beta 1. Archiva is a build artifact repository manager for use with build tools such as Maven, Continuum and Ant. It has features like repository search and browse, securing repositories, identifying unknown

Re: [CREATE:ARCHETYPE - MAVEN EMBEDDER]

2007-08-08 Thread Maria Odea Ching
Kreuzberg On 8/7/07, João Kreuzberg [EMAIL PROTECTED] wrote: YES, that works :) Thanks so much, Best regards, João Kreuzberg On 8/7/07, Maria Odea Ching [EMAIL PROTECTED] wrote: Hi, You've got the wrong parameter name.. it should be user.dir instead of basedir. HTH, Deng João

Re: [CREATE:ARCHETYPE]

2007-08-06 Thread Maria Odea Ching
Hi, You've got the wrong parameter name.. it should be user.dir instead of basedir. HTH, Deng João Kreuzberg wrote: Hello guys, I'm having a problem with create:archetype on the site is says it has a -Dbasedir parameter but it doesn't seems to work I tried mvn archetype:create

Re: how to specify multiple descriptors on the command-line

2007-08-05 Thread Maria Odea Ching
. If i specify all the descriptors in the POM i cannot differentiate one from the other. I could run individual descriptor by -Ddescriptor option but not descriptors with -Ddescriptors option. I tried the full path as you specified and still no luck. Thanks a lot for any help. Maria Odea Ching

Re: how to specify multiple descriptors on the command-line

2007-08-01 Thread Maria Odea Ching
Hi, Try configuring these descriptors in the pom (shown below) instead of setting it at the command-line. Also, I think the path to the descriptors should be included instead of just the descriptor filename. plugins plugin artifactIdmaven-assembly-plugin/artifactId configuration

Re: Maven file creation

2007-07-31 Thread Maria Odea Ching
Hi, It would be more helpful if you could post your build stack trace.. Thanks, Deng Shilpac wrote: How to create a file under maven project? I have created folder using the following command mvn archetype:create -DarchetypeGroupId=org.apache.maven.archetypes - DgroupId=com.cognizant

Re: Maven file creation

2007-07-31 Thread Maria Odea Ching
] Final Memory: 4M/8M [INFO] Can you please tell me the cause of this error? or Do I need to do changes in the settings.xml? Maria Odea Ching-2 wrote: Hi, It would be more helpful if you could post your build stack trace

Re: What is Use SCM Credentials Cache, if available?

2007-07-27 Thread Maria Odea Ching
I think it tells Continuum to use the available SCM credentials, which are already in the machine's SCM when checking out the project, instead of supplying or using the username and password specified by the user in the Add Project page :) HTH, Deng Dan Tran wrote: Could not figure out what

Re: Not running test on jetty:run?

2007-07-27 Thread Maria Odea Ching
Yes, that is expected.. jetty:run only compiles the sources, but doesn't run the tests :) -Deng mateamargo wrote: I'm having problems with my webapp. But the problems were while running it (e.g. saving an object), but yesterday I have tried running mvn clean jetty:run-war instead of mvn clean

Re: External property files

2007-07-26 Thread Maria Odea Ching
Hi Carlo, You may want to take a look at Maven 2's filters :-) http://maven.apache.org/guides/getting-started/index.html#How%20do%20I%20filter%20resource%20files? HTH, Deng Carlo Bonamico wrote: Hi! In the Maven2 documentation (http://maven.apache.org/pom.html#Properties) I read that

Re: fail to install continuum in linux and windows

2007-07-25 Thread Maria Odea Ching
Hi Rex, Which version of Continuum was this? Thanks, Deng Rex Zhen wrote: I unzip the source to some where in the file system, and run ./run.sh start It said continuum starting ... something like that. But when I tried to access it through browser at http://hostname:8080/ HTTP

Re: How to change Email to developers ?

2007-07-25 Thread Maria Odea Ching
Hi Jens, You can do this by adding a Mail Notifier for the Project Group or Project. You can set it to notify each developer for build failures, success, warnings or errors. But the relationship is one-to-one meaning for every developer you want notified, you need to add one mail notifier

Re: how can we configure a jar project?

2007-07-24 Thread Maria Odea Ching
Hi, You don't need to do that in Maven 2. If you want to package a project, you only need to specify its packaging whether jar or war, etc., set the dependencies of your project in the pom.xml and then execute mvn package. These dependencies will be downloaded from the central repo if it

Re: repositories

2007-07-23 Thread Maria Odea Ching
Hi, The ideal way is probably to setup repositories that is available in your local network. You can set up a local mirror of the central in which you could get your jars instead. Try looking at Archiva (available here http://maven.apache.org/archiva/), its a repository manager that is aimed

Re: dependency scope - provided and test

2007-07-23 Thread Maria Odea Ching
Hi Frederick, Try looking at Selenium, maybe you could use it for UI testing a portlet. Also, there is also a maven plugin available for it. For examples on how to use it, see Continuum's continuum-webapp-test module which you could checkout here:

Re: [m2] Can I have a user specific plugin?

2007-07-17 Thread Maria Odea Ching
Mick Knutson wrote: I can't find any reference to adding a build plugin into my settings.xml On 7/13/07, Maria Odea Ching [EMAIL PROTECTED] wrote: Hi, I think you can use profiles in the project's pom instead of at the settings.xml as it allows you to modify the plugins and dependencies

Re: Build failure out of the blue

2007-07-17 Thread Maria Odea Ching
Hi, Try executing 'which java' from the command line and trace from this which java (the one displayed may be an alternate only) is being executed to verify if the java you're using is really 1.6. It might not exactly be a Maven problem :-) HTH, Deng Jeff Mutonho wrote: My maven builds

Re: [m2] Can I have a user specific plugin?

2007-07-13 Thread Maria Odea Ching
Hi, I think you can use profiles in the project's pom instead of at the settings.xml as it allows you to modify the plugins and dependencies of the project while you cannot do that in settings.xml Please see http://maven.apache.org/guides/introduction/introduction-to-profiles.html

Re: New maven user: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-09 Thread Maria Odea Ching
Hi Robert, Try cleaning out your repo by deleting all versions of the maven-archetype-plugin (including metadata and pom files). Then execute archetype:create again. Sometimes, its because the artifact or metadata got corrupted. HTH, Deng Robert Hadfield wrote: Hi, I have tried several

Re: war:war exception

2007-06-29 Thread Maria Odea Ching
Could you paste your pom? The stack trace doesn't give much info. Thanks, Deng Timothy Reilly wrote: I am wondering how I can get to the bottom of this exception/build error. I am already running the -e option: [INFO] [war:war] [INFO] Exploding webapp... [INFO] Assembling webapp cmsl-war

Re: How to declare Snapshot repository?

2007-06-29 Thread Maria Odea Ching
Check the versions of your project(s) if its a snapshot. You cannot release a project that is no longer a snapshot, because that would mean it has been released already. -Deng javijava wrote: Sorry if the question is too easy, i'm new with maven. I want declare a Snapshot but in the

Re: Exception configuring javadoc with yDoc ...

2007-06-28 Thread Maria Odea Ching
Hi, I don't think you need to include the styleed.jar in your docletPath. From what I understand its an executable jar (a GUI-based style editor). My guess is that's what's causing your error. HTH, Deng Giovanni Azua wrote: The configuration is: JDK 1.6 Maven 2.0.6 Bellow is the stack trace

Re: maven-dependency-plugin filtering issue

2007-06-22 Thread Maria Odea Ching
Hi, Have you tried using the includeTypes and excludeTypes of the unpack-dependencies mojo? See http://maven.apache.org/plugins/maven-dependency-plugin/unpack-dependencies-mojo.html#includeTypes HTH, Deng purestudent wrote: Hi all! I need to filter files while unpack-dependencies goal

Re: Notifiers lists

2007-06-21 Thread Maria Odea Ching
Hi, I think this is stored in the continuum database (ProjectNotifier table). -Deng Jeff Mutonho wrote: Where are the e-mails added (i.e notifiers list) through the continuum's web front-end stored?

Re: Copy file

2007-06-21 Thread Maria Odea Ching
copy a file during the process-sources phase. What I need is something that copies config-customer1.xml to config.xml, and as far as I can see this plugin only handles inclusion/exclusion of files within a resource directory. Maria Odea Ching-2 wrote: In each of your profiles, you could

Re: Plugin versions

2007-06-20 Thread Maria Odea Ching
Hi, You don't need to have the plugin in the pluginManagement section if you are using the same version and the same configuration of that plugin across your project. The submodules would use that same version/configuration for that plugin. But if for example you have a different

Re: javadoc:jar goal question

2007-06-20 Thread Maria Odea Ching
Hi, I don't think javadoc jar can be executed in aggregate, javadoc jars are created per module. The aggregate parameter is always set to 'false', even if you set it to 'true' the configuration value you specified is always overridden in javadoc:jar mojo. AFAIK, it can only be set to 'true'

Re: help:describe throws NPE

2007-06-18 Thread Maria Odea Ching
Hi Jon, You should remove the -Dmojo=describe from the command you're executing or rather, replace 'describe' with the appropriate goal of the dashboard-maven-plugin. The 'mojo' parameter is used to specify the goal or the mojo of the plugin you want to describe (in this case, its the

Re: Versions in a Multiproject

2007-06-15 Thread Maria Odea Ching
You can do that by not specifying the version element in your child pom. The child pom would automatically inherit its parent's version which you specified in the parent block. See http://maven.apache.org/guides/introduction/introduction-to-the-pom.html#Project%20Inheritance -Deng Jens

Re: Copy file

2007-06-15 Thread Maria Odea Ching
In each of your profiles, you could define a separate build block which contains which resources you want to be included in each profile (using the includes and excludes tags). You may want to take a look at this..

Re: Copy file

2007-06-15 Thread Maria Odea Ching
In each of your profiles, you could define a separate build block which contains which resources you want to be included in each profile (using the includes and excludes tags). You may want to take a look at this..

Re: redirection error

2007-06-14 Thread Maria Odea Ching
You need to have an archiva.xml file in your local repo, just under .m2 dir. This is where the managed repositories info are stored by Archiva. Usually when you restart Archiva, the error would go away because the archiva.xml file is already created in your local repo. -Deng kpn wrote:

Re: [M2] Adding 3rd party files to repository

2007-06-13 Thread Maria Odea Ching
You can use 'install:install-file' for adding these jars in your local repo: http://maven.apache.org/plugins/maven-install-plugin/usage.html For adding them in your corporate internal repo, you can use 'deploy:deploy-file' instead: http://maven.apache.org/plugins/maven-deploy-plugin/usage.html

Re: Unable to download artifact from internal repository

2007-06-13 Thread Maria Odea Ching
Hi, Your repository id and server id does not match so maven couldn't get the username and password for the internal repository :) -Deng Jan Lisse wrote: Hi, In my pom.xml i have configured an internal repository to be used by maven: repositories repository idmycompany/id

Re: [MOJO] What s the dependency including MavenProject class ?

2007-06-13 Thread Maria Odea Ching
That's already included in Maven core.. you can find it inside the uber jar in your $M2_HOME/lib. -Deng Alexandre Touret wrote: Hello, I m currently programming a mojo plugin. I d like to use the MavenProject class as described in the book Better builds with maven. I created the project with

Re: Fw: problem with maven installation

2007-06-12 Thread Maria Odea Ching
Hi, Did you check if the maven-archetype-plugin was downloaded in your local repo? If it is there, try deleting the plugin (including pom, metadata checksum files) then build again. HTH, Deng [EMAIL PROTECTED] wrote: - Forwarded by Ici X Li/JPMCHASE on 06/11/2007 10:52 AM - Ici X

  1   2   3   >