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?
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
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
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
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
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
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
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
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
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
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
; 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
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
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
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
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
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
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,
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,
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
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
|| ॐ ||
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
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=
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
s executed. In which
direction should we be looking for solving this? Forking the jar task?
Finding another plugin?
Thanks,
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,> > >>
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
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,
> >
>
;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
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
t support
adding the configuration within pom.xml?
Cheers,
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.
>
>
>
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/
> >
&
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
34 matches
Mail list logo