Re: mvn release:prepare using git, fatal: pom.xml is outside repository

2010-04-13 Thread Ricky Clarkson
Git Bash (msysgit), and hasn't been configured other than user.name, user.email and core.autocrlf. git add on the same file manually succeeds, it is only from maven that it fails. The problem does not occur in a single-module project. Is there any more information I can give that might help?

Re: mvn release:prepare using git, fatal: pom.xml is outside repository

2010-04-05 Thread Ricky Clarkson
Hi Mark, Yes, ./ is a repository. It's a multi-module project, in one git repository. I just realised that the open source project it works fine on doesn't have child modules. I'll add one and try to do another release of that. Thanks, Ricky. -- Ricky Clarkson Java and Scala

Re: mvn release:prepare using git, fatal: pom.xml is outside repository

2010-04-04 Thread Ricky Clarkson
Hi Mark, I haven't solved the problem in that project yet, but an open source project I just created works fine for the same thing, so I'm sure I'll get there on the closed-source project I was asking about. Thanks, Ricky. -- Ricky Clarkson Java and Scala Programmer, AD Holdings

Re: mvn release:prepare using git, fatal: pom.xml is outside repository

2010-03-30 Thread Ricky Clarkson
Hi Mark, ./native-launcher/pom.xml ./skytab/src/main/assembly/bin.xml ./skytab/src/main/java/uk/org/netvu/skytab/SkyTab.java ./skytab/pom.xml ./pom.xml I start my mvn release:prepare from the top of that (. in the listing above). Thanks, Ricky. -- Ricky Clarkson Java and Scala Programmer, AD

mvn release:prepare using git, fatal: pom.xml is outside repository

2010-03-30 Thread Ricky Clarkson
Hi, I'm trying to tag a release using mvn release:prepare, and I see that a child module's pom.xml cannot be committed: The git-add command failed. Command output: fatal: 'C:\Documents and Settings\Ricky\SkyTab\skytab\pom.xml' is outside repository Any suggestions? Than

Re: Specifying maven-assembly-plugin descriptors from separate profiles

2009-12-23 Thread Ricky Clarkson
the moment each OS-specific profile will specify the descriptor name twice, which is still duplication, but more localised than before! Ricky. 2009/12/23 Ricky Clarkson : > Hi, > > I have one profile, windows, which configures the > maven-assembly-plugin with the src/main/assem

Specifying maven-assembly-plugin descriptors from separate profiles

2009-12-23 Thread Ricky Clarkson
hanks, Ricky. -- Ricky Clarkson Java and Scala Programmer, AD Holdings Skype: ricky_clarkson Google Talk: ricky.clark...@gmail.com Google Wave: ricky.clark...@googlewave.com - To unsubscribe, e-mail: users-unsubscr...@maven.apache.or

Re: Activating a profile based on the deactivation of other profiles

2009-11-23 Thread Ricky Clarkson
Hi Wendy, Thanks a lot, that worked well, when I finally got around to trying it out! Ricky. 2009/10/28 Wendy Smoak : > On Wed, Oct 28, 2009 at 5:11 AM, Ricky Clarkson > wrote: > >> So my question is; how can I make it so that development-brand is >> activated only if non

Re: Automated Build and Check In

2009-11-11 Thread Ricky Clarkson
gt; *Check it into SVN at a specified location in the trunk > > How could I do this? > > Thanks. > > -- Ricky Clarkson Java and Scala Programmer, AD Holdings +44 1565 770804 Skype: ricky_clarkson Google Talk: ricky.clark...@gmail.com Google Wave: ricky.clark...@googlewave.com

Activating a profile based on the deactivation of other profiles

2009-10-28 Thread Ricky Clarkson
t so that development-brand is activated only if none of the other brands are? -- Ricky Clarkson Java and Scala Programmer, AD Holdings +44 1565 770804 Skype: ricky_clarkson Google Talk: ricky.clark...@gmail.com Google Wave: ricky.clark...@googlewave.com

Re: deploying project jars on maven repo

2009-08-07 Thread Ricky
Just what I needed, your the man! Rick On Fri, Aug 7, 2009 at 4:46 PM, Todd Thiessen wrote: > There is a guide here: > > http://maven.apache.org/guides/mini/guide-central-repository-upload.html > > --- > Todd Thiessen > > > > -Original Message- > > Fr

Re: deploying project jars on maven repo

2009-08-07 Thread Ricky
; guide? > > http://www.sonatype.com/books/maven-book/reference/ > > --- > Todd Thiessen > > > > -Original Message- > > From: Ricky [mailto:ricky...@gmail.com] > > Sent: Friday, August 07, 2009 4:39 PM > > To: Maven Users List > > Subje

deploying project jars on maven repo

2009-08-07 Thread Ricky
Hi, What is the process a project has to go through if it wants to get its jars deployed on a maven repo? (so that they can then be referenced on POM using tag). Any guidelines / suggestions? Rick

Web project archetype

2009-05-24 Thread Ricky
Hi, When i generate using a simple mvn archetype:generate and select option 18 (simple web project), I only get src/main/resources as the source folder, How can i include src/main/java and src/main/test and script folders to this generated project, I tried using: src/main/java inside the tag. but

Archetype, deploying questions

2009-03-10 Thread Ricky
Hi, I am working on an open source project which has 6 sub-project modules, I am hoping to deploy the project (not now, probably when I am ready) to maven production repsoitory.My question to maven community would be: What are the aspects for maven people to consider a project viable for getting

JS maven project

2009-03-05 Thread Ricky
Hi, I am trying to create a JS maven project, is there any archetype or a plugin that I must know about? I tried http://mojo.codehaus.org/javascript-maven-tools/ and unfortunately the maven plugin for the same doesn't work. Any suggestions? This project will be part of a larger project which has a

Re: Installing Maven on Mac OS X

2008-11-25 Thread Ricky
2.0.9. > > Good luck with either suggestion, > > > Gabriel > > 2008/11/24 Wendy Smoak <[EMAIL PROTECTED]>: > > On Mon, Nov 24, 2008 at 9:12 AM, Ricky <[EMAIL PROTECTED]> wrote: > > > >> I get this error that saying : > >> INFO] Ignoring avai

Re: Installing Maven on Mac OS X

2008-11-24 Thread Ricky
archetype:generate > goal will not be available as Archetype 2 requires at least 2.0.7. > > What is the output of "mvn -v" ? Of "echo $M2_HOME" ? > > -- > Wendy > > On Sun, Nov 23, 2008 at 9:55 AM, Ricky <[EMAIL PROTECTED]> wrote: > > Hi,

Re: Installing Maven on Mac OS X

2008-11-24 Thread Ricky
archetype:generate > goal will not be available as Archetype 2 requires at least 2.0.7. > > What is the output of "mvn -v" ? Of "echo $M2_HOME" ? > > -- > Wendy > > On Sun, Nov 23, 2008 at 9:55 AM, Ricky <[EMAIL PROTECTED]> wrote: > > Hi,

Installing Maven on Mac OS X

2008-11-23 Thread Ricky
Hi, I am trying to install maven on my mac book, Mac OS X. when i do mvn, it runs alright; but when i try to do : mvn archetype:generate .. it gives build failure... My guess is that i am missing some steps, can someone point me to either a URL or guide me through the steps for installing this on

Running eclipse:eclipse on current trunk (Maven 3.0.x)

2008-10-31 Thread Ricky
Hi, current trunk cannot be converted to an eclipse project(when i do eclipse:clean eclipse:eclipse) it throws an error in parsing POM file; am i missing some thing? Regards Vyas, Anirudh || ॐ ||

Re: installing third party jars to local repository issue

2008-10-24 Thread Ricky
Stevo, Your the man! :-) ... removing -Dclassifier=sources works and your explanation makes sense too. Thanks a Lot, appreciate it. Rick On Fri, Oct 24, 2008 at 8:08 AM, Stevo Slavić <[EMAIL PROTECTED]> wrote: > Hello RIcky, > > Remove "-Dclassifier=sources", bot

installing third party jars to local repository issue

2008-10-24 Thread Ricky
Hi, I ran the following command : mvn install:install-file -Dfile=c:\project\crystal\cr4e\concurrent\1.0\concurrent-1.0.jar -DgroupId=com.crystal -Dversion=1.0 -DgeneratePom=true -DcreateChecksum=true -Dclassifier=sources -DcreateChecksum=true -Dclassifier=sources -Dpackaging=jar -DartifactId=

Adding dependencies in POM for Crystal reports

2008-09-10 Thread Ricky
Hi Guys, Can anyone tell me if crystal report libraries are available on maven repository; if so how to add dependencies for the same? i.e. Artifact Id, Version etc. If not, is the only solution adding dependencies by installing individual jars? if so which jars will be needed? Any response woul

Signing a jar in the assembly phase

2008-08-14 Thread Ricky Clarkson
s executed. In which direction should we be looking for solving this? Forking the jar task? Finding another plugin? Thanks, Ricky.

Re: Deploying war to JBOSS using maven

2008-08-14 Thread Ricky
> you know. Thanks and> appreciate your response!> > Rick> > On Wed, Aug 13, > 2008 at 6:34 PM, Siarhei Dudzin <[EMAIL PROTECTED]>wrote:> > > On > Thu, Aug 14, 2008 at 12:18 AM, Ricky <[EMAIL PROTECTED]> wrote:> >> > > > Hi,> > >>

Re: Inline Checkstyle Configuration

2008-08-14 Thread Ricky Clarkson
Thanks Wayne, I have downloaded and built the source for that plugin, but between asking the question and receiving your answer we implemented a workaround (the one suggested in the CheckStyle plugin documentation - creating a dedicated project for housing such config files). Ricky. 2008/8/11

Re: Deploying war to JBOSS using maven

2008-08-14 Thread Ricky
could be. I am going to dig and just as an FYI let you know. Thanks and appreciate your response! Rick On Wed, Aug 13, 2008 at 6:34 PM, Siarhei Dudzin <[EMAIL PROTECTED]>wrote: > On Thu, Aug 14, 2008 at 12:18 AM, Ricky <[EMAIL PROTECTED]> wrote: > > > Hi, > > >

Re: Deploying war to JBOSS using maven

2008-08-13 Thread Ricky
;wrote: > Does your JBoss instance listen to port 9090? > > Anyway, cargo plugin used to work for me. > > Siarhei > > On Wed, Aug 13, 2008 at 8:40 PM, Ricky <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > I am using : http://mojo.codehaus.org/jboss-mave

Deploying war to JBOSS using maven

2008-08-13 Thread Ricky
Hi, I am using : http://mojo.codehaus.org/jboss-maven-plugin/usage.html to deploy to JBOSS. I have set JBOSS_HOME as a system variable to \jboss. Then i use the following entry in POM xml for the project i am trying to deploy : org.codehaus.mojo jboss-mave

Inline Checkstyle Configuration

2008-08-11 Thread Ricky Clarkson
t support adding the configuration within pom.xml? Cheers, Ricky.

Re: Oracle drivers dependencies

2008-04-17 Thread Ricky
uot;_g" (jar compiled with debugs) version will not be used by > maven > until you tell him. > rename the jar "m2\repository\com\oracle\ojdbc14\10.2.0.2.0\ojdbc14-g.jar" > ("-", not "_") > and add g to your dependency. > > Nico. > > >

Re: Oracle drivers dependencies

2008-04-16 Thread Ricky
t; On 4/16/08, Manos Batsis <[EMAIL PROTECTED]> wrote: > > > > The repo has it [1], here the pom fragment: > > > > > > com.oracle > > ojdbc14 > > 9.0.2.0.0 > > > > [1] > > http://repo1.maven.org/maven2/com/oracle/ojdbc14/9.0.2.0.0/ > > &

Oracle drivers dependencies

2008-04-16 Thread Ricky
Hi, I am trying to add: * com.oracle ojdbc14 9.0.2.0.0 * in my POM xml and i am getting : *Path to dependency: 1) PhoneBookJSFSpringHibernateTPOC:PhoneBookJSFSpringHibernateTPOC:war:0.0.1-SNAPSHOT 2) com.oracle:ojdbc14:jar:9.0.2.0.0