Release plugin checking remote dependencies for modules

2009-05-18 Thread Danilo Tuler
Hi, I have a multi-module project with a dozen modules. Whenever I do a maven release:prepare maven checks remotely for SNAPSHOT dependencies of my own modules, instead of first checking the reactor. Is this correct? I use archiva and have a lot of remote repositories, and because of that the

Re: Release plugin checking remote dependencies for modules

2009-05-18 Thread Danilo Tuler
I have a multi-module project with a dozen modules. Whenever I do a maven release:prepare maven checks remotely for SNAPSHOT dependencies of my own modules, instead of first checking the reactor. You can speed this up by creating a repository group [virtual repository] and configuring Maven

Re: Looking for Eclipse Artifact Repo

2008-08-18 Thread Danilo Tuler
Hi, but is seems not up to date. Remember you can always use http://maven.apache.org/plugins/maven-eclipse-plugin/make-artifacts-mojo.html to create a local repo. Danilo - To unsubscribe, e-mail: [EMAIL PROTECTED] For

groupId directory property

2008-07-17 Thread Danilo Tuler
Hi, Is there any property that contains the directory name of the groupId? I mean, if the groupId is org.springframework.spring-core I would like to get the string org/springframework/spring-core and use that in my site distributionManagement section. Thanks, Danilo

Re: groupId directory property

2008-07-17 Thread Danilo Tuler
Hi, Hello Danilo, I think you might be looking for using a parent POM. Something like: Actually what I'm trying to achieve is to configure my site deploy to upload the site via scp to a directory that is defined by the groupId, artifactId and version. Something like this:

Re: maven release failure: Content is not allowed in prolog

2008-05-14 Thread Danilo Tuler
When I opened these files with edit ( in command prompt yeahh) I could see a 'bad' byte at the beginning. Those bad bytes are the byte order mark or BOM for short. If the file is UTF-8 encoded, those bytes (EF BB BF) are optional and may be there depending on the editor you use. It seems to be

Re: maven release failure: Content is not allowed in prolog

2008-05-13 Thread Danilo Tuler
your XML does not start with the XML processing instruction or a byte order mark All my poms start with ?xml version=1.0 encoding=UTF-8? What do you mean by byte order mark? Danilo - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: maven release failure: Content is not allowed in prolog

2008-05-13 Thread Danilo Tuler
Hi, your XML does not start with the XML processing instruction or a byte order mark All my poms start with ?xml version=1.0 encoding=UTF-8? I guess a byte order mark is optional for UTF-8. It's a multi module project, and I don't even know which is the offending pom.xml among a dozen poms.

maven release failure: Content is not allowed in prolog

2008-05-09 Thread Danilo Tuler
Hi, I'm trying to use the maven release plugin, but when maven is about to transform my poms, it issues the error: Error reading POM: Error on line 1: Content is not allowed in prolog. How can I find what's wrong with my pom? Thanks, Danilo

maven-compiler-plugin 2.1-el4j_20080110_1520

2008-01-28 Thread Danilo Tuler
Hi, We are experiencing problems with Maven for a couple of weeks now. It's happening on all Maven installations, and I don't have a clue why. The problem is with the compiler plugin. If we do a 'mvn package' we get the following exception: [INFO] Internal error in the plugin manager executing

Re: maven-compiler-plugin 2.1-el4j_20080110_1520

2008-01-28 Thread Danilo Tuler
Danilo Tuler wrote: [INFO] Internal error in the plugin manager executing goal 'org.apache.maven.plugins:maven-compiler-plugin:2.1-el4j_20080110_1520:compile': Unable to find the mojo 'org.apache.maven.plugins:maven-compiler-plugin:2.1-el4j_20080110_1520:compile' in the plugin

Re: Maven2 plugin for eclipse

2007-05-24 Thread Danilo Tuler
Hi Jacek, I'm using Tycho now and am quite happy with its features. I'm trying to migrate a large RCP project to tycho build, but It's lacking documentation. Is there any URL or sample project I could check? Thanks in advance. -- Danilo -- View this message in context:

Web application lifecycle

2006-01-18 Thread Danilo Tuler
application server? If I run `mvn war:exploded` my app server is restarted. This is really anoying me... Thanks in advance. Danilo Tuler - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL