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
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:
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-
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
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
---
> [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
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] ---
> 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
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
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
> 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
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.
> 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
> 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
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
> 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
--
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
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
---
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
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
20 matches
Mail list logo