Re: installation from source rat "too many unapproved licenses"

2021-03-09 Thread Roger Pack
On Mon, Mar 8, 2021 at 12:44 PM Karl Heinz Marbaise wrote: > > Hi Roger, > > > On 08.03.21 20:30, Roger Pack wrote: > > Hello. > > > > After doing a git clonehttps://github.com/apache/maven.git, I try > > this, following the instructions from the bottom o

installation from source rat "too many unapproved licenses"

2021-03-08 Thread Roger Pack
Hello. After doing a git clonehttps://github.com/apache/maven.git, I try this, following the instructions from the bottom of the README to install from source: $ mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-3.7.x-SNAPSHOT" clean package It fails with this message: [INFO] Rat check:

bad links

2020-05-22 Thread Roger Pack
As a note all the url's under "usages" here: https://maven.apache.org/plugins/maven-deploy-plugin/index.html are 404's... Cheers! - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-

feature request: more verbose error messages

2010-05-07 Thread Roger Pack
Currently this occurs: $ mvn exec:java -Dexec.mainClass="org.familysearch.digitalarchive.IdisStatusWatcher" [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'exec'. [INFO] [INFO] Building mo

repo doesn't contain its dependencies?

2009-11-13 Thread Roger Pack
I noticed that the java.net maven2 repo contains this jar: com.sun.jersey jersey-client 1.1.4 however, it doesn't contain several of the dependencies of said jar--like glassfish embedded, etc. Anybody know if this is expected? Thanks! -r ---

Re: odd enunciate errors

2009-11-05 Thread Roger Pack
> [INFO] Problem exporting the API classes. Turned out the problem was that I had two submodules, one depended on the other, but the second was not listed in the root pom. So somehow netbeans was "sometimes" using a more updated version, and mvn never was, causing the errors. Thanks! -r

odd enunciate errors

2009-11-05 Thread Roger Pack
This may not be the best place to ask this [if not, please refer me on...] but here's a situation... Sometimes when I build a multiple submodule project, one submodule yields… Building Das Storage Cell Service … Initializing Enunciate mechanism. [INFO] Entering GENERATE step [INFO] ---

Re: speedier builds possible?

2009-10-19 Thread Roger Pack
> I assume it should only build *direct* descendants, in the dependency > hierarchy.  Mine however seems to be building both direct descendants > and their cousins, for some reason. > > > >>mvn reactor:resume -Dfrom=updatemigrationdb To answer my own question, the correct command is... > mvn reac

Re: speedier builds possible?

2009-10-16 Thread Roger Pack
On Mon, Aug 17, 2009 at 11:50 PM, Kees van Dieren wrote: > Probably you will like this: > http://maven.apache.org/plugins/maven-reactor-plugin/ > > Make for maven. Oh wow that is perfect. You can call it like: $ mvn reactor:resume -Dfrom=some_module # rebuilds some_module and any children that

mvn test-compile doesn't create -tests jar

2009-10-05 Thread Roger Pack
I have a project that compiles test jars, a la ... org.apache.maven.plugins maven-jar-plugin test-jar ... however the test jar isn't build and installed if I run m

Re: speedier builds possible?

2009-08-17 Thread Roger Pack
> Couple of simple ideas: not 'clean'ing unless you need to; and skipping > tests when it's safe to do so: > > mvn Dmaven.test.skip=true (or -DskipTests=true) Thank you for the response -and also the several other responses from individuals, which will probably be quite useful. I do skip the test

speedier builds possible?

2009-08-12 Thread Roger Pack
Hi. I was wondering if there are any industry standard ways of speeding up a maven build, like in a project with a single parent and multiple children modules "only building dependencies that have changed since the last svn commit" or "building things in parallel where possible" Or anything else.

Re: is there a way to run junit to display method names on success?

2009-07-22 Thread Roger Pack
> I'm kind of at a loss as to how to make junit a little more verbose > (sorry to ask a question not specifically maven related, but I hoped > someone might have a clue). i'm looking for an output like > running test a: success > running test b: success > that type of thing. Looks like System.out

Re: How can I set maven memory size?

2009-07-07 Thread Roger Pack
> I got a maven project and compile it by maven. Then I got the error > "java.lang.OutOfMemoryError: Java heap space". How can I set the memory size > running mvn command? add java memory parameter to MAVEN_OPTS environment variable. =r

dependencies ignored if duplicated

2009-06-03 Thread Roger Pack
seems that with maven 2.1 if I have a dependency in a pom.xml listed *twice* (or is it twice with differing versions?) the dependency is silently ignored. Thanks! -=r - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org Fo

Re: Destroying process.. seems to fail in windows?

2009-06-01 Thread Roger Pack
> Currently when I ctrl+c during a "mvn test" in windows, it displays > > Destroying 1 processes > Destroying process.. > Destroyed 1 processes > > however the process seems to still be alive. Guess I'll just report this as a bug for now. Thanks! -=r --

Re: Destroying process.. seems to fail in windows?

2009-05-26 Thread Roger Pack
2009/5/21 Martin Gainty : > > can you display your pom.xml to determine which processes are being > spawned/exec'ed > > Martin Absolutely. If I have any unit test in this module that just sleeps ex: Thread.sleep(10); and I just hit ctrl-c, it leaves an orphaned process behind. Thanks! -=r

is there a way to run junit to display method names on success?

2009-05-26 Thread Roger Pack
I'm kind of at a loss as to how to make junit a little more verbose (sorry to ask a question not specifically maven related, but I hoped someone might have a clue). i'm looking for an output like running test a: success running test b: success that type of thing. Any thoughts? -=r ---

Re: maven-dependency-plugin odd behaviour

2009-05-21 Thread Roger Pack
Access is denied might mean "run it again" or "make sure no other java processes are running that are related" maybe eclipse has a hold on it? 2009/5/21 Adam Purkiss : > > > I have the following setup in a POM file during a transition phase between a > massive ANT based project and trying to mav

Destroying process.. seems to fail in windows?

2009-05-21 Thread Roger Pack
Currently when I ctrl+c during a "mvn test" in windows, it displays Destroying 1 processes Destroying process.. Destroyed 1 processes however the process seems to still be alive. Thoughts? Thanks! -=r - To unsubscribe, e-mail: u