Re: Manual installation of plugins

2006-12-29 Thread Eric Ballet Baz
Hi, you can download them directly from the repository on ibiblio : http://mirrors.ibiblio.org/pub/mirrors/maven2/ http://www.ibiblio.org/maven2 Regards Eric Ballet Baz [EMAIL PROTECTED] http://eballetbaz.free.fr

Re: Manual installation of plugins

2006-12-29 Thread Rashmi Varma
Hi Thanks. I have downloaded the plugin jar. What I now do not know is, where should I place it and how should I stop maven trying to connect to the central repository. Rashmi Varma Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com Eric Ballet Baz [EMAIL

[M2]Why don't create checkSum?

2006-12-29 Thread jiangshachina
Hi guys, I want to install a jar(db4o for java5) to local repository, and pom and checkSum files would be generated. I followed the instruction http://maven.apache.org/plugins/maven-install-plugin/examples/installing-checksums.html and used the following command install:install-file

Re: [solved] META-INF directory for webapps not in classpath

2006-12-29 Thread Stefan Burkard
Stefan Burkard wrote: hi maven-users I've got the following problem: if I'm creating a webapp and put the META-INF directory into src/main/webapp the files in it (for example persistence.xml) are NOT on the classpath and therefore my tests are failing, I can't package my project. if

Re: [solved] META-INF directory for webapps not in classpath

2006-12-29 Thread Stefan Burkard
hi maven-users I've found the answer to my problem: I just searched the JPA-specs about the location of persistence.xml and was quite surprised to read the following: The root of the persistence unit is the WEB-INF/classes directory; the persistence.xml file is therefore contained in the

Re: ANT script without a phase binding?

2006-12-29 Thread noon
Hi, If I run just mvn antrun:run goal, nothing happens, except following lines: [INFO] [antrun:run] [INFO] Executing tasks [INFO] Executed tasks [INFO] ... [INFO] BUILD SUCCESSFUL [INFO] ... Could you post an example how to pass the right parameters?

Re: Manual installation of plugins

2006-12-29 Thread Bhupendra Bhardwaj
Hi, You must be having a localRepository path in your settings. plugin needs to be put there with same directory structure as in central repository. I think best thing would be to try getting the remote repository connection problem resolved. maven will try connecting to central repository

Re: Manual installation of plugins

2006-12-29 Thread Eric Ballet Baz
Simply put it in your local repository and work offline : See the documentation : http://maven.apache.org/settings.html Eric Ballet Baz [EMAIL PROTECTED] http://eballetbaz.free.fr On 12/29/06, Rashmi Varma

Re: Manual installation of plugins

2006-12-29 Thread Rashmi Varma
Have tried that but does not seem to work. Even if I specify offline in settings, it still tries to connect to central. Anything else that needs to be done? Rashmi Varma Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com Eric Ballet Baz [EMAIL PROTECTED] wrote on

Relative path for surefire testsof multi-module project

2006-12-29 Thread Marco Beelen
Hello, I'm having trouble building a multi-module-project, for which the individual modules do get build and test properly. Here's what I want: I'm using maven 2.0.4 to build a multi-module-project with 4 modules. The modules are seperated according to the functional layers of my

Re: Firewall/proxy issues

2006-12-29 Thread Stephen More
On 12/28/06, Mykel Alvis [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] ~]$ java -cp . debugISA Server: Proxy-Authenticate: NTLM Server: Proxy-Authenticate: BASIC realm=User The only difference between yours and mine is 'realm=User' and my maven 2.0.4 works on linux against a firewall using

after clean project doesn't compile

2006-12-29 Thread ra74
It's no longer possible to compile a project. It seems jar are not visible [DEBUG] Adding reference: maven.dependency.classpath - C:\Work\Workspace\ATG7\dev-tools\maven\repository\servletapi\jars\servletapi-2.3.jar; I've cut remaining path [available] [VERBOSE] Found: src\java [DEBUG] Adding

Re: ANT script without a phase binding?

2006-12-29 Thread Eric Redmond
You can run multiple tasks. In fact, you _have_ the wrap tasks you execute in the tasks element. If you don't nothing will happen. For example: configuration tasks antlr target=calc.g outputdirectory=target classpath

Re: after clean project doesn't compile

2006-12-29 Thread ra74
ra74 wrote: It's no longer possible to compile a project. It seems jar are not visible Sorry I found. The j2ssh-core jar has been broken in the meantime -- View this message in context: http://www.nabble.com/after-clean-project-doesn%27t-compile-tf2894968s177.html#a8088637 Sent from the

DSMP 1.0 - A new maven proxy

2006-12-29 Thread Aaron Digulla
Hello, I had a couple of problems with Maven's way to access the internet. For example, if I wanted to redirect maven to the closest mirror, I would have to define a whole lot of mirrors in my settings.xml. And it wouldn't always work because different projects use different IDs. Then, there

Re: Firewall/proxy issues

2006-12-29 Thread Barrie Treloar
Like I said before, my company removed basic, so it is forcing me to do NTLM. To work around this I plan to write a proxy-proxy. I will create a java program that will negotiate NTLM with the companies proxy. Just use NTLMAPS at sourceforge. http://ntlmaps.sourceforge.net/ Then point Maven

Scheduled build do not see changes in source code

2006-12-29 Thread Carlos Henriquez
Hi all. Merry Christmass to all the Christians and Happy New Year next monday. I have two scheduled builds with Maven projects, a clean install and a test a few minutes later. They are both done at night. The problem is that any change made to a source file is ignored by the first build but

Re: Maven IDEA plugin - Specifying Run/Debug configurations to be generated

2006-12-29 Thread Dennis Lundberg
Dan Hardiker wrote: Hi, First I must say that I love this plugin! It's going to save me any my team so much time setting up our system when we change projects / move development environments. There is just one area which is lacking - Run/Debug configurations can't be defined in the pom.xml

Re: idea plugin question

2006-12-29 Thread Christian Goetze
Roald Bankras wrote: First time I just run the idea:idea goal. After setting op my workspace in intellij, I only run idea:module to update the dependencies. Thanks, yes, that seems to be the way to go - now I need to find out if the maven plugin for IDEA has a way to set this up to

Help for project layout

2006-12-29 Thread Luke Blanshard
Hello all, thanks in advance for any advice you can give me. I have a small Java project I've put under Maven, but I'm not really happy with the layout I ended up with. (I've released the initial version, if you're interested, see [1].) This library has two quirks that take it out of the

[ANN] Maven Plugin Plugin 2.2 Released

2006-12-29 Thread Brett Porter
The Maven team is pleased to annonunce the release of the Maven Plugin Plugin, version 2.2. http://maven.apache.org/plugins/maven-plugin-plugin/ You can run mvn -U to get the latest version of the plugin. Changes: http://jira.codehaus.org/secure/ReleaseNote.jspa?

struts-validator.tld in repository?

2006-12-29 Thread skelter
Should I be puzzled at the struts-validator.tld absence in the repository? Is this one of the cases where it should be there but it just hasn't made it to the top of the list yet? Or is my confusion on a much more fundamental level? -s

Re: struts-validator.tld in repository?

2006-12-29 Thread Wendy Smoak
On 12/29/06, skelter [EMAIL PROTECTED] wrote: Should I be puzzled at the struts-validator.tld absence in the repository? Is this one of the cases where it should be there but it just hasn't made it to the top of the list yet? Or is my confusion on a much more fundamental level? Well, I'm

Re: [M2]Why don't create checkSum?

2006-12-29 Thread jiangshachina
Hello, Additionally, I find that all of checkSum files in central repository are sha1. If I want md5, how to get it? Thanks! a cup of Java, cheers! Sha Jiang jiangshachina wrote: Hi guys, I want to install a jar(db4o for java5) to local repository, and pom and checkSum files would be

Re: Help for project layout

2006-12-29 Thread Jörg Schaible
Luke Blanshard wrote: Hello all, thanks in advance for any advice you can give me. I have a small Java project I've put under Maven, but I'm not really happy with the layout I ended up with. (I've released the initial version, if you're interested, see [1].) This library has two quirks

Sample/Best Practice for Maven 2 and WebLogic J2EE application.

2006-12-29 Thread Sagare, Vipul
I am trying convert ant scripts for J2EE application (with JAR, WAR, EAR) to Maven 2.0. We use WebLogic 8.1 SP4. I have tough time finding a complete sample for J2EE project with source code. I see several bits and pieces on several Maven related websites. The documentation is poor at best.

Is there a publicly-available native2ascii plugin for Maven 2?

2006-12-29 Thread mraible
I've done a fair bit of research and it seems there's two ways to do native2ascii processing with Maven 2: 1. Use the Ant tasks (quite verbose). 2. Write a plugin. AFAICT, the only plugin that exists is at: http://www.jakubpawlowicz.com/blog/2006/03/19/maven_native2ascii_plugin/ It looks like

[ANN] Maven EAR Plugin 2.3 Released

2006-12-29 Thread Jason van Zyl
The Maven team is pleased to annonunce the release of the Maven EAR Plugin, version 2.3. http://maven.apache.org/plugins/maven-ear-plugin/ You can run mvn -U to get the latest version of the plugin. - The Maven Team - To

[ANN] Maven WAR Plugin 2.0.2 Released

2006-12-29 Thread Jason van Zyl
The Maven team is pleased to annonunce the release of the Maven War Plugin, version 2.0.2. http://maven.apache.org/plugins/maven-war-plugin/ You can run mvn -U to get the latest version of the plugin. Changes: http://jira.codehaus.org/secure/IssueNavigator.jspa?

[ANN] Maven Deploy Plugin 2.3 Released

2006-12-29 Thread Jason van Zyl
The Maven team is pleased to annonunce the release of the Maven Deploy Plugin, version 2.3. http://maven.apache.org/plugins/maven-deploy-plugin/ You can run mvn -U to get the latest version of the plugin. http://jira.codehaus.org/secure/IssueNavigator.jspa? reset=truepid=11131fixfor=12427

Re: Is there a publicly-available native2ascii plugin for Maven 2?

2006-12-29 Thread Wayne Fay
Personally, I'd definitely prefer a Maven2-native (perhaps even coded/supported by Maven Dev team) native2ascii plugin. Perhaps Jakub would consider donating his plugin code? Wayne On 12/29/06, mraible [EMAIL PROTECTED] wrote: I've done a fair bit of research and it seems there's two ways to

Re: Is there a publicly-available native2ascii plugin for Maven 2?

2006-12-29 Thread mraible
In a perfect world, native2ascii could be a native feature of the maven-resources-plugin. Matt Wayne Fay wrote: Personally, I'd definitely prefer a Maven2-native (perhaps even coded/supported by Maven Dev team) native2ascii plugin. Perhaps Jakub would consider donating his plugin code?