Re: war plugin incompatibility

2023-11-09 Thread Rick Hillegas
I think that I have fixed this problem by adding the following stanza to the maven war plugin descriptor:    false     On 11/9/23 2:46 PM, Rick Hillegas wrote: I am trying to install a Derby release into my local maven repository. The world has changed underneath me in the last

war plugin incompatibility

2023-11-09 Thread Rick Hillegas
s required (or pre-existing WEB-INF/web.xml if executing in update mode) -> [Help 1] Since all I am doing is signing jars and wars, I don't think that a web.xml file should be required. I would appreciate your advice for how to get over this speedbump.

Re: peer not authenticated error

2022-06-14 Thread Rick Hillegas
there were no errors to correct, I issued that command. The upload continued without further errors. I verified that the artifacts were all uploaded to the Nexus staging repository. Thanks to everyone who helped me puzzle through this, -Rick On 6/14/22 6:51 AM, Rick Hillegas wrote: Thanks for looking

Re: peer not authenticated error

2022-06-14 Thread Rick Hillegas
, no proxy or whatever in between your maven process and repo.a.o? HTH T On Tue, Jun 14, 2022 at 12:10 AM Rick Hillegas wrote: Thanks, Tamas. On your advice, I updated the top level pom to refer to version 26 of the parent apache pom. This caused the maven-antrun-plugin to object that a maj

Re: peer not authenticated error

2022-06-14 Thread Rick Hillegas
is the full output of java -version: openjdk version "11" 2018-09-25 OpenJDK Runtime Environment 18.9 (build 11+28) OpenJDK 64-Bit Server VM 18.9 (build 11+28, mixed mode) I haven't set up any proxies on my end. Thanks, -Rick On 6/14/22 12:59 AM, Tamás Cservenák wrote: Howdy, So is

Re: peer not authenticated error

2022-06-13 Thread Rick Hillegas
maybe some misbehaving proxy in between maven process and repo.apache.org? HTH Tamas On Mon, Jun 13, 2022 at 7:45 PM Rick Hillegas wrote: I need advice about how to move past a "peer not authenticated" error. I am trying to stage some 20 jars and corresponding poms via the followi

peer not authenticated error

2022-06-13 Thread Rick Hillegas
t fix the problem. Any help you can give me would be appreciated. Thanks, Rick - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: problem using maven to gpg-sign artifacts

2022-06-10 Thread Rick Hillegas
19:26, Karl Heinz Marbaise wrote: Hi Rick, On 10.06.22 17:55, Rick Hillegas wrote: I am having trouble signing maven artifacts. The details of the problem are described at https://issues.apache.org/jira/browse/INFRA-23348. The maven error message is terse. No additional useful information comes

problem using maven to gpg-sign artifacts

2022-06-10 Thread Rick Hillegas
ns:maven-gpg-plugin:1.3:sign (sign-artifacts) on project derby-project: Exit code: 2 I would appreciate any advice you can give me about how to debug this problem. Thanks, -Rick - To unsubscribe, e-mail: users-unsub

Re: Clarification on an end-version/end-date for maven plugins' support of JDK 1.7

2021-06-09 Thread Rick Hanton
he libraries I build be Java 1.7 compatible, so if one of those clients needs it, they can get their server upgraded or "too bad" - man that'd be great! Cheers, Rick E-mail: hant...@gmail.com Twitter: rack88 <http://www.twitter.com/rack88> On Tue, Jun 8, 2021 at 12:31 PM Benjamin

Clarification on an end-version/end-date for maven plugins' support of JDK 1.7

2021-06-07 Thread Rick Hanton
that still build with and run on machines running JDK 1.7, but it does create some near-term pain for us since these releases with JDK 1.8 class files started appearing in May. Thanks, Rick <https://about.me/rickhanton?promo=email_sig_source=product_medium=email_sig_campaign=edit_panel_content=

Re: Please officially support RELEASE and LATEST

2017-04-24 Thread Rick Huff
e core Maven devs know I'm not just an outlier here!) Regards, Curtis [1] https://github.com/ctrueden/jrun -- Curtis Rueden LOCI software architect - https://loci.wisc.edu/software ImageJ2 lead, Fiji maintainer - https://imagej.net/User:Rueden -- Rick Huff, Principal Software Engineer Identi

Can not understand why maven is ALWAYS choosing a 3rd repo BEFORE my nexus one?

2015-05-08 Thread Rick R
settings.xml) -- Rick R

Re: Can not understand why maven is ALWAYS choosing a 3rd repo BEFORE my nexus one?

2015-05-08 Thread Rick R
. On Fri, May 8, 2015 at 3:03 PM, Ron Wheeler rwhee...@artifact-software.com wrote: Why not have your repo proxy the extra ones so everyone's settings.xml points to your repo and its is up to the repo manager to set up the permitted repo. Ron On 08/05/2015 2:39 PM, Rick R wrote: I'm trying

Re: Can not understand why maven is ALWAYS choosing a 3rd repo BEFORE my nexus one?

2015-05-08 Thread Rick R
that will not talk to Maven. Can you download the artifact manually and add it to your repo and move on. Ron On 08/05/2015 3:40 PM, Rick R wrote: I mention that at the end of the above email... for some reason I'm having trouble proxing this one ZK repository that requires a username

Re: Anyone know how to use the ant task scopes?

2012-12-17 Thread Rick Mann
On Dec 17, 2012, at 3:59 , Martin Gainty mgai...@hotmail.com wrote: Rick depends on where you place declaration in your build.xml global declaration with propertyhttp://ant.apache.org/manual/Tasks/property.html target-local override with localhttp://ant.apache.org/manual/Tasks/local.html

Re: Anyone know how to use the ant task scopes?

2012-12-17 Thread Rick Mann
at a very large company just told me they're using Cassandra, but thought was commercial. Now I see it isn't :-) -- Rick - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Anyone know how to use the ant task scopes?

2012-12-16 Thread Rick Mann
Anyone at all? -- Rick - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Anyone know how to use the ant task scopes?

2012-12-16 Thread Rick Mann
/ ... etc. I don't know if that's antrun or something else. -- Rick - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Help with ant task?

2012-12-10 Thread Rick Mann
Hi. Where does one go for help with the ant task? -- Rick - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Help with ant task?

2012-12-10 Thread Rick Mann
elaborate on how it's supposed to be used? Thanks! -- Rick - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

useScope in ant build script

2012-12-05 Thread Rick Mann
. But because this can only be specified with the dependencies artifact once, there's no way to use it. That seems to make the feature rather useless. Am I just completely missing the usage? How can I avoid completely copying the entire dependency set? Thanks, -- Rick

Overriding distributionManagement Repositories

2011-06-23 Thread Rick Mangi
maven 2). Thanks for any advice you may have. Rick - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Overriding distributionManagement Repositories

2011-06-23 Thread Rick Mangi
www.iprofs.nl On Thu, Jun 23, 2011 at 3:44 PM, Rick Mangi rick.ma...@mtvn.com wrote: Hello Maven Users, I'm trying to migrate my users to a new nexus repository on a different domain. I'm trying to avoid having to tell all of the developers to change their distributionManagement/repository

Re: How access classes from war dependency?

2011-05-05 Thread Rick Genter
, but frankly the whole concept smells of bad design. -- Rick Genter rgen...@interactions.net *** This e-mail and any of its attachments may contain Interactions Corporation proprietary information, which is privileged

Dynamically generating class names with archetype

2011-04-19 Thread Rick Genter
(client=Acme, application=HelloWorld6, version=0.0.1-SNAPSHOT) public class HelloWorld6 extends OurBaseClass { ... } Is what I want to do possible? -- Rick Genter rgen...@interactions.net *** This e-mail and any of its

Re: Dynamically generating class names with archetype

2011-04-19 Thread Rick Genter
the only elements supported by archetype are id, allowPartial, sources, resources, testSources, testResources and siteResources. Where would I put the definitions of those properties? -- Rick Genter rgen...@interactions.net

Test phase for a command line tool (resend)

2011-03-21 Thread Rick Genter
do that? I don't necessarily need the actual POMs written for me; pointers to more complete samples doing similar tasks would be fine. Thanks in advance. -- Rick Genter rgen...@interactions.net *** This e-mail and any

Test phase for a command line tool

2011-03-18 Thread Rick Genter
be fine. Thanks in advance. -- Rick Genter rgen...@interactions.net *** This e-mail and any of its attachments may contain Interactions Corporation proprietary information, which is privileged, confidential, or subject

RE: Fortify and Maven

2010-11-11 Thread DeGrande, Rick
Ginni, Can you use the maven-sca-plugin-2.6 with your version of the server ? If so the plugin is documented pretty well and you can use maven instead of ant. -Original Message- From: ginni [mailto:gi...@aero.org] Sent: Thursday, November 11, 2010 12:45 PM To: users@maven.apache.org

RE: Fortify and Maven

2010-11-11 Thread DeGrande, Rick
You can get it from the fortify website. You may need to talk to a support tech for the exact location. -Original Message- From: ginni [mailto:gi...@aero.org] Sent: Thursday, November 11, 2010 2:40 PM To: users@maven.apache.org Subject: RE: Fortify and Maven I would love to. Where can

Re: maven is a swamp

2010-10-19 Thread Rick Mangi
I think that's the main point. Nobody thinks XML is wonderful to read or write, but it's easily read by any tools, languages and by humans. XML is a standard, like it or not. It's a glue. Glue is good. Glue lets the logic be language neutral and portable. On 10/15/10 6:40 PM, Ron Wheeler

Re: maven is a swamp

2010-10-14 Thread Rick Mangi
and the other 10% can be done without much hassle. On 10/13/10 10:48 AM, Kathryn Huxtable kath...@kathrynhuxtable.org wrote: It does. The rest of the language is rather ugly, though. -K On Oct 13, 2010, at 9:07 AM, Rick Mangi wrote: I just enjoyed the bit about perl having elegant and concise data

Re: maven is a swamp

2010-10-13 Thread Rick Mangi
I just enjoyed the bit about perl having elegant and concise data structures :-) On 10/13/10 9:57 AM, chemit che...@codelutin.com wrote: Le Wed, 13 Oct 2010 08:58:27 -0400, Ron Wheeler rwhee...@artifact-software.com a écrit : Doing the wrong thing and not using an IDE with a POM editor

Re: Why all these errors with mvn site:site concerning https://maven-repository.dev.java.net/nonav/repository

2010-07-28 Thread Rick R
On Tue, Jul 27, 2010 at 4:34 PM, Brian Fox bri...@infinity.nu wrote: one of the reports in there hits all repos known to the build. There's a bug against it. Is there a known work around in the meantime? On Tue, Jul 27, 2010 at 2:29 PM, Rick R ric...@gmail.com wrote: I keep getting all

Why all these errors with mvn site:site concerning https://maven-repository.dev.java.net/nonav/repository

2010-07-27 Thread Rick R
/nonav/repository [ERROR] Unable to determine if resource xpp3:xpp3_min:jar:1.1.4c:compile exists in https://maven-repository.dev.java.net/nonav/repository -- Rick R

release plugin issue

2010-07-09 Thread DeGrande, Rick
I've configured the release plugin in my build. I'm using a flat directory structure like: Aggregator Common Ejb Web When I do a release:prepare from the aggregator directory everything seems to work however the aggregator/... is the only path labeled. Also, when I do a

RE: maven release plugin not updating sub-module dependencies

2010-07-08 Thread DeGrande, Rick
No, I was thinking about doing that, but I have the dependencies in the sibling poms. I'm not using the ${project.version} in these poms. I just have the SNAPSHOT version specified on the sibling dependencies. Thanks Rick -Original Message- From: Aleksey Didik [mailto:di...@magenta

RE: maven release plugin not updating sub-module dependencies

2010-07-08 Thread DeGrande, Rick
${project.version}, or just use ${project.version} in the sibling poms instead of using the X.X-SNAPSHOT version ?? Thanks for your response Rick -Original Message- From: Aleksey Didik [mailto:di...@magenta-technology.ru] Sent: Thursday, July 08, 2010 8:12 AM To: Maven Users List Subject: Re

RE: maven release plugin not updating sub-module dependencies

2010-07-08 Thread DeGrande, Rick
Aleksey, Thank you for the advice. That looks like it will work much better than what I was doing. Rick -Original Message- From: Aleksey Didik [mailto:di...@magenta-technology.ru] Sent: Thursday, July 08, 2010 9:13 AM To: Maven Users List Subject: Re: maven release plugin not updating

maven release plugin not updating sub-module dependencies

2010-07-07 Thread DeGrande, Rick
I have a multi--module configuration. the directory structure is: aggregate ejb war The war file includes the ejb as a dependency. When I do a release:prepare -DdryRun maven generates the pom.xml.tag correctly but it doesn't update the sub module dependencies in the pom.xml.next. How do I get

Re: toughest time trying to get a jsp filtered.. any help much appreciated

2010-05-22 Thread Rick R
[SOLVED] not sure how because I've modified too many things since I came back to looking at this issue. On Sat, May 22, 2010 at 7:15 AM, Martin Gainty mgai...@hotmail.com wrote: you're probably want to consider a templating language such as FTL/VM.. i'll borrow this test-include from

Best Practices Question: Teams working on different modules / SCM, etc

2010-05-22 Thread Rick R
I've been trying to read up on best practices with Maven in a team environment where different groups are working on different but related modules. Been reading over chp7 of 'Better Builds With Maven' but still have some questions. To keep it simple for sake of discussion... war project depends

toughest time trying to get a jsp filtered.. any help much appreciated

2010-05-21 Thread Rick R
I'd like to have a jsp in the root of src/main/webapps filtered and the var replaced with a property in the war's pom. In my pom I have: properties foo.barFOO/foo.bar /properties plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-war-plugin/artifactId

Re: toughest time trying to get a jsp filtered.. any help much appreciated

2010-05-21 Thread Rick R
On Fri, May 21, 2010 at 9:44 PM, Wayne Fay wayne...@gmail.com wrote: properties foo.barFOO/foo.bar /properties If this is literally cut and paste from your pom.xml file, the problem should be pretty obvious. If you changed it and accidentally deleted the , that's another story.

Re: toughest time trying to get a jsp filtered.. any help much appreciated

2010-05-21 Thread Rick R
On Fri, May 21, 2010 at 11:53 PM, Rick R ric...@gmail.com wrote: On Fri, May 21, 2010 at 9:44 PM, Wayne Fay wayne...@gmail.com wrote: properties foo.barFOO/foo.bar /properties If this is literally cut and paste from your pom.xml file, the problem should be pretty obvious. If you

Re: release plugin: Create new SNAPSHOT from release tag?

2010-05-01 Thread Rick Mangi
Check out the 1.0 tag and run mvn release:branch http://maven.apache.org/plugins/maven-release-plugin/examples/branch.html See the note about branching from a tag. On 4/30/10 7:08 AM, Kalpak Gadre kalpa...@gmail.com wrote: Past discussion which happened on similar question,

Re: Multi Modules / Multi SCM urls?

2010-04-16 Thread Rick Mangi
Resending this question... Anyone have an idea? On 4/13/10 11:37 AM, Rick Mangi rick.ma...@mtvn.com wrote: Hi, Does anybody know if there's existing mojo to allow individual modules in a multi-module project to point to different SCM urls? So instead of having the entire project living

Re: artifacts built from alternate scm branches

2010-04-16 Thread Rick Mangi
-mybranch-2.1-SNAPSHOT See - http://www.sonatype.com/books/mvnref-book/reference/pom-relationships-sect-p om-syntax.html#pom-relationships-sect-version-build-numbers Rick On 4/16/10 9:23 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: who said version numbers have to be numbers

Re: Can I control the number string by which the SNAPSHOT keyword is replaced at the time of deployment to snapshot repository?

2010-04-13 Thread Rick Mangi
Henika, That timestamp is crucial to Maven as it determines which snapshot build of an artifact is the latest, you really shouldn't touch it. Rick On 4/12/10 7:45 AM, Henika Tekwani htekw...@adobe.com wrote: Hi, As we know that when we deploy an artifact to a snapshot repository

Multi Modules / Multi SCM urls?

2010-04-13 Thread Rick Mangi
locations but have the dependencies linked in the maven reactor? Thanks, Rick - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: what does it mean with this error when trying to run mvn eclipse:eclipse (Cannot find mojo descriptor for: 'eclipse:eclipse' - Treating as non-aggregator.)

2010-02-03 Thread Rick R
On Wed, Feb 3, 2010 at 3:49 AM, Anders Hammar and...@hammar.net wrote: Ok, first I would like to point you at some Maven books. They are great to get the basics: http://books.sonatype.com Yes I need to read that more thoroughly. I did look through it once and tried to refer to even in this

Had to remove a plugin dir from local repo, why? [was Re: what does it mean with this error when trying to run mvn eclipse:eclipse (Cannot find mojo descriptor for: 'eclipse:eclipse' - Treating as n

2010-02-03 Thread Rick R
I changed the subject since I think this is now more of a general local repository question. On Wed, Feb 3, 2010 at 2:08 PM, Anders Hammar and...@hammar.net wrote: Regarding why Maven tries to use 2.8-SNAPSHOT and isn't successful I'm somewhat puzzled. You didn't post the full error output, so

Re: what does it mean with this error when trying to run mvn eclipse:eclipse (Cannot find mojo descriptor for: 'eclipse:eclipse' - Treating as non-aggregator.)

2010-02-02 Thread Rick R
://maven.apache.org/pom.html#Plugin_Management (In this case you only need to specify groupId, artifactId, and version. The latest released version is 2.7, which exists in central.) /Anders On Mon, Feb 1, 2010 at 22:32, Rick R ric...@gmail.com wrote: running mvn eclipse:eclipse used to work.. now

Re: what does it mean with this error when trying to run mvn eclipse:eclipse (Cannot find mojo descriptor for: 'eclipse:eclipse' - Treating as non-aggregator.)

2010-02-02 Thread Rick R
On Tue, Feb 2, 2010 at 2:43 PM, Anders Hammar and...@hammar.net wrote: Also, try what I suggested about specifying the version of the plugin to v 2.7. Ok I totally suck at Maven :) I'm trying to figure out how the heck you figure out how to declare the above and where you figure out the pom

what does it mean with this error when trying to run mvn eclipse:eclipse (Cannot find mojo descriptor for: 'eclipse:eclipse' - Treating as non-aggregator.)

2010-02-01 Thread Rick R
as non-aggregator. I'm new to maven and stumped by what is going on? -- Rick R

Tomcat plugin doesn't seem to be using build final name for context (seems to always use artifactId)

2009-12-17 Thread Rick R
in the tomcat module config but all the examples I see show a hardcoded path for the context. I dont' want to to hardcode that context path (eg /Users/rick/tomcat/webapps/dataselector ) -- Rick R - To unsubscribe, e-mail: users

What happens to cause a build to not work after blowing out your repo - how to force so things are always checked locally?

2009-12-11 Thread Rick R
Hopefully I describe this situation correctly, because I'm constantly getting burned on it at work it seems and the non-maven co-workers always end up going sheesh this stuff seems to happen all the time with maven. Here's a situation: I run an archetype command to create a project setup

Re: What happens to cause a build to not work after blowing out your repo - how to force so things are always checked locally?

2009-12-11 Thread Rick R
] [install:install {execution: default-install}] [INFO] Installing /Users/rick/projects/flex-project/pom.xml to /Users/rick/.m2/repository/net/reumann/flex-project/1.0-SNAPSHOT/flex-project-1.0-SNAPSHOT.pom [INFO] [INFO] Building swc

Re: What happens to cause a build to not work after blowing out your repo - how to force so things are always checked locally?

2009-12-11 Thread Rick R
On Fri, Dec 11, 2009 at 5:22 PM, Wayne Fay wayne...@gmail.com wrote: runs just fine when going against my OLD repo. With a fresh EMPTY repo I'll end up with the following: app0.child-container[org.sonatype.flexmojos:flexmojos-maven-plugin:3.4.2] What version of the

Re: What happens to cause a build to not work after blowing out your repo - how to force so things are always checked locally?

2009-12-11 Thread Rick R
On Fri, Dec 11, 2009 at 6:27 PM, Rick R ric...@gmail.com wrote: On Fri, Dec 11, 2009 at 5:22 PM, Wayne Fay wayne...@gmail.com wrote: runs just fine when going against my OLD repo. With a fresh EMPTY repo I'll end up with the following: app0.child-container

Re: What happens to cause a build to not work after blowing out your repo - how to force so things are always checked locally?

2009-12-11 Thread Rick R
On Fri, Dec 11, 2009 at 6:37 PM, Rick R ric...@gmail.com wrote: Now to add to the confusion, not sure it's the firewall at all ... on the Mac and Windows machine both behind company firewall...the Mac now gives the errors like: [INFO

SOLVED I guess. Re: What happens to cause a build to not work after blowing out your repo - how to force so things are always checked locally?

2009-12-11 Thread Rick R
without adding this jar? I'm too tired to try to figure that one out.) On Fri, Dec 11, 2009 at 7:51 PM, Rick R ric...@gmail.com wrote: On Fri, Dec 11, 2009 at 6:37 PM, Rick R ric...@gmail.com wrote: Now to add to the confusion, not sure it's the firewall at all ... on the Mac and Windows machine

Re: Problem with mvn site:run and javadocs

2009-10-21 Thread Rick Mangi
Done. Thanks Lukas. On 10/21/09 3:42 AM, Lukas Theussl ltheu...@apache.org wrote: Please attach your findings here: http://jira.codehaus.org/browse/MSITE-220 Cheers, -Lukas - To unsubscribe, e-mail:

Problem with mvn site:run and javadocs

2009-10-20 Thread Rick Mangi
Hello, I'm encountering a strange problem with the generation of my javadocs report in the maven site plugin. If I run mvn javadoc:javadoc it generates the javadocs, but when I run mvn site:run and browse to the javadocs report I see the following in the console:

Best practice - for multiple config files per environment

2009-08-17 Thread Rick
substitution isn't the best (I'd prefer a way to copy a completely different config file based on the profile being run.) Basically how to you include different property/xml files for your different builds (using profiles) -- Rick R

Simple question I think - how can I default to local repo if connection to internal repository is down?

2008-12-30 Thread Rick
I've googled this and tried to search the archives but it's hard to get a direct hit. We are using an internal repository but if for some reason that repository goes down, isn't there a way the maven build can still proceed using the files in the user's local repository (assuming of course the

Re: how to get cobertura tasks to run on mvn install ?

2008-12-22 Thread Rick
On Mon, Dec 22, 2008 at 4:04 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: The Sonatype book is good, and available free online and there are other good tutorials. A 3-4 hours quick skim is most definitely not a waste of your time. Actually I did read the sontatype book. I

Re: how to get cobertura tasks to run on mvn install ?

2008-12-22 Thread Rick
twice. -Stephen 2008/12/22 Rick ric...@gmail.com On Mon, Dec 22, 2008 at 4:04 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: The Sonatype book is good, and available free online and there are other good tutorials. A 3-4 hours quick skim is most definitely not a waste

Re: how to get cobertura tasks to run on mvn install ?

2008-12-22 Thread Rick
On Mon, Dec 22, 2008 at 9:43 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: Now for my standard disclaimer: RUN THE DAMN TESTS TWICE! I have seen: 1, Tests that fail when run without coverage but pass when run with coverage. 2. Tests that pass when run without coverage but

Cobertura? what is ignore used for in maven, I don't see it mentioned...

2008-12-21 Thread Rick
is ignore used for? What's the difference between ignore and exclude? I don't see the concept of ignore mentioned at all on the cobertura site so I'm guessing it's a maven thing? -- Rick - To unsubscribe, e-mail: users-unsubscr

how to get cobertura tasks to run on mvn install ?

2008-12-21 Thread Rick
to run when i do mvn install but not the cobertura tasks? -- Rick - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

[OT-ish] testing EJB3 components? ( embedded jboss? )

2008-11-09 Thread Rick
jboss instance looked pretty easy, but the problem is this... what I'll need to do is have my ejb jars deployed to my embedded jboss deploy directory as part of my project. How do I tell testing in maven2 to build jars to a deploy directory and not just target? Thanks for any help. -- Rick

A couple mvn site questions..?

2008-10-17 Thread Rick
-- Rick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Would really appreciate some feedback on this Maven2-EJB3/JPA example that I've posted, to make it better

2008-10-14 Thread Rick
On Tue, Oct 14, 2008 at 1:00 PM, Rusty Wright [EMAIL PROTECTED] wrote: I guess what I'm asking is, what's the difference between EJB3 and JPA? For example, if I want to use JPA I could use Hibernate and Tomcat and use only the JPA annotations. When you say EJB3 does that mean that you're

Re: Would really appreciate some feedback on this Maven2-EJB3/JPA example that I've posted, to make it better

2008-10-14 Thread Rick
I On Tue, Oct 14, 2008 at 2:35 PM, Martin Gainty [EMAIL PROTECTED] wrote: would be nice if we could start at the top of Pikes Peak to look down on the Spring vs EJB debate Spring promotes the use of Factories and EJB doesnt Well, the both use DI to inject things, so maybe I'm missing that

Would really appreciate some feedback on this Maven2-EJB3/JPA example that I've posted, to make it better

2008-10-13 Thread Rick
(although the generate ear seems to look ok to me.) I'm obviously still a maven newb so any recommendations I'll kindly take to get it fixed up. Thanks -- Rick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: Would really appreciate some feedback on this Maven2-EJB3/JPA example that I've posted, to make it better

2008-10-13 Thread Rick
On Mon, Oct 13, 2008 at 6:26 PM, Rusty Wright [EMAIL PROTECTED] wrote: I was wondering if you need to use JBoss? Couldn't you do it as a war instead of an ear? Mine is an EJB3 example. (For a decent spring/jpa example, look at appfuse)

[OT somewhat] commit modules separately or all under one project?

2008-10-08 Thread Rick
be used by another web project, but that's extremely unlikely. ) -- Rick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Best practice? Where to put app-server specific files (log4j.xml, datsource xml files, jboss-service.xml , etc.)

2008-10-06 Thread Rick
I'm working on a typical JEE application that will be deployed to JBoss. (JBoss5 if it matters.) Things are going. I have a pretty standard setup: Parent Module EJB-JAR Module JAR Module WEB Module EAR Module Currently, however, I'm manually having to deal with certain files

Re: Best practice? Where to put app-server specific files (log4j.xml, datsource xml files, jboss-service.xml , etc.)

2008-10-06 Thread Rick
have a deployment script to change over the environment files). What does everyone else do? Bob Aiello Editor in Chief CM Crossroads www.cmcrossroads.com http://www.linkedin.com/in/BobAiello - Original Message - From: Rick [EMAIL PROTECTED] To: Maven Users List users

Ant task always tries to download one of my indirect dependencies

2008-10-02 Thread Rick Mann
and debug output from ant, but I don't know how to interpret it. TIA, -- Rick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

no main or test directories created when using webapp archetype?

2008-09-28 Thread Rick
/guide-webapp.html -- Rick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: no main or test directories created when using webapp archetype?

2008-09-28 Thread Rick
I should clarify.. 'main' is created.. just no java directory (or test) is created even when I provide the package declaration with -DpackageName=com.foobar On Sun, Sep 28, 2008 at 4:55 PM, Rick [EMAIL PROTECTED] wrote: I'm confused... when I run the maven webapp archetype I only end up

Re: no main or test directories created when using webapp archetype?

2008-09-28 Thread Rick
On Sun, Sep 28, 2008 at 5:11 PM, Wendy Smoak [EMAIL PROTECTED] wrote: The archetype is encouraging the best practice of putting the Java code in a separate module. If you need the directories, you can create them. If this is something you need often, you can create your own archetype. Ok

Using spring How to share jpa applicationContext.xml file with main src and test source?

2008-09-23 Thread Rick
include**/*.xml/include /includes /testResource /testResources -- Rick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: newbie: understanding how teams deal with version numbers on dependencies (Best practices)?

2008-09-14 Thread Rick
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Rick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: newbie: understanding how teams deal with version numbers on dependencies (Best practices)?

2008-09-13 Thread Rick
it but don't see give a lot of detail. Understanding this 'process' of how things should be done to me seems critical to have nailed down (even if there are different ways to do it, I'd like to be aware of the typical scenarios corporations use.) Thanks to all for the replies so far. -- Rick

maven best practice for multi module projects and version control

2008-07-21 Thread Rick
not missing a best practice before I get too deep down the maven2 path here. Thanks, -- Rick

Re: Simple question - but totally frustrated - best way to define internal repo - but easily not use this repo when not at work?

2008-06-06 Thread Rick
with a settings.xml file. I'm new though, so maybe I'm missing a serious drawback to this approach? On Fri, Jun 6, 2008 at 4:24 AM, Timothy Reilly [EMAIL PROTECTED] wrote: Rick, A couple of other options If you automatically map a drive when you connect to your company lan you could activate the acme

Simple question - but totally frustrated - best way to define internal repo - but easily not use this repo when not at work?

2008-06-05 Thread Rick
line, but I suppose if I have to, I'll do it. I'm thinking this is a common situation so I must be totally doing something wrong, -- Rick

Re: Simple question - but totally frustrated - best way to define internal repo - but easily not use this repo when not at work?

2008-06-05 Thread Rick
On Thu, Jun 5, 2008 at 11:43 PM, Wayne Fay [EMAIL PROTECTED] wrote: Or if you're on an operating system with symbolic links, you could adjust the link to settings.xml when you change locations. Ok, thanks. I can do the above. -- Rick

Re: Simple question - but totally frustrated - best way to define internal repo - but easily not use this repo when not at work?

2008-06-05 Thread Rick
would also set mvn-copy.bat up to append -s /path/to/settings-copy.xml to all calls to mvn. Wayne On Thu, Jun 5, 2008 at 10:06 PM, Rick [EMAIL PROTECTED] wrote: I'm totally confused and could use some help... I have an internal company repo setup fine. Currently, following the artifcatory

jboss maven ear support documentation (as mentioned on the ear plugin page)?

2008-05-18 Thread Rick
support. I'm weary of googling. Can someone point me to where these examples are on the JBoss support. TIA -- Rick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jboss maven ear support documentation (as mentioned on the ear plugin page)?

2008-05-18 Thread Rick
: http://maven.apache.org/plugins/maven-ear-plugin/modules.html#sarModule http://maven.apache.org/plugins/maven-ear-plugin/modules.html#harModule Wayne On Sun, May 18, 2008 at 10:02 PM, Rick [EMAIL PROTECTED] wrote: At the bottom of this page http://maven.apache.org/plugins/maven-ear-plugin

Re: artifactory and snapshots vs releases

2008-05-10 Thread Rick
On Sat, May 10, 2008 at 1:19 AM, Wendy Smoak [EMAIL PROTECTED] wrote: On Fri, May 9, 2008 at 7:30 AM, Rick [EMAIL PROTECTED] wrote: Another hopefully quick one... The better builds guide mentions about filenames being used with timestamps appended etc, but yet whenever I do mvn deploy, I

Re: artifactory and snapshots vs releases

2008-05-09 Thread Rick
On Thu, May 8, 2008 at 11:56 PM, Wendy Smoak [EMAIL PROTECTED] wrote: On Thu, May 8, 2008 at 8:45 PM, Rick [EMAIL PROTECTED] wrote: If you have both a repository and a snapshotRepository, Maven will choose based on whether the version number ends in -SNAPSHOT. Magic. :) See http

any ideas what I did wrong that was fixed by me deleting stuff from local repo?

2008-05-09 Thread Rick
then decided to blow out my directory in m2 and then everything was fine when I did mvn deploy. -- Rick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

site is very confusing for beginners - how to get list of archetypes - link on faq is broken

2008-05-08 Thread Rick
browse the FAQ. There happens to be a link How do I get a list of archetypes but when I click on it I get a 404 http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetypes A frustrating start for me. I hope it gets better. -- Rick

Re: site is very confusing for beginners - how to get list of archetypes - link on faq is broken

2008-05-08 Thread Rick
manual for plugin options. Rick wrote: I'm really struggling with the way the maven2 site is organized. I'm on the getting started guide http://maven.apache.org/guides/getting-started/index.html I get to the point where it mentions How do I make my first Maven project

  1   2   >