I am really confused. Maven is failing to resolve an artifact that I
can easily find in the remote repository.
I am trying to build an open source project whose git repository is found at
https://github.com/magnayn/Jenkins-Repository.git
I get the following error:
Downloading:
http://downloa
I would like to set a property that stores the version of a particular
parent.
Simply doing this:
${pom.version}
...is expanded within the context of the pom.xml of the moment.
That is, if I evaluate it in the context of pom C, then it gets pom C's
version. If C descends from B, and B extends
Sample pom follows question -
I want ${my.val} to be optional, not required, but I can't seem to find a
way to pass a blank and/or empty value at the command line.
mvn -Dsome.value="" package
I get the usual nonsense about a null argument (since when is an empty
string "null"?). However, if I t
Thanks for the response but unfortunately no, I still have 48G on the
server and my laptop has even more.
Cheers,
Guillaume
Le 14/10/2011 21:28, Kiren Pillay a écrit :
Hi Guillaume,
Shot in the dark, maybe the build server disk is full?
On Fri, Oct 14, 2011 at 7:05 PM, Guillaume Polet
wrot
Hi Guillaume,
Shot in the dark, maybe the build server disk is full?
On Fri, Oct 14, 2011 at 7:05 PM, Guillaume Polet
wrote:
> Hi list,
>
> ok this sounds like the simplest question but either my brain fried this
> evening and I can't see the obvious or else I hit some really unexpected
> behavi
I'm just starting using Maven with m2eclipse. I'm trying to import the
com.google.api.services, but there doesn't see to be a Maven repository. Now
I followed the info on
http://code.google.com/p/google-api-java-client/wiki/APIs#Maven_support
but the POM file gives an error saying: Missing artifact
Hi list,
ok this sounds like the simplest question but either my brain fried this
evening and I can't see the obvious or else I hit some really unexpected
behaviour. I have a multi-module project hosted on github
(https://github.com/agilebirds/openflexo) and it is built regularly on
jenkins.
I use Maven on several Windows 7 systems and have had no real problems
after setting up the environment variables properly. Other than that,
Maven is just like any other Java application.
In particular make sure maven\bin is on your Path or Path2 environment
variables. Do you know how to set t
Try this on windows 7
1.Let's assume you unzip the apache-maven-3.0.3-bin.zip to
c:\apache-maven-3.0.3 directory
2. Click on Control Panel
3. click on System and Security
4. click on System
on the left you should have Advanced systems settings.
5. click on Advanced systems settings.
6. click o
A new version of the indexer was released and requested to be rerun
over central. That means a new full index was generated, when
typically it is just an incremental index. The size of the file and
speed of ibiblio seems to be giving some people trouble. But it should
sort itself out, besides reset
Any idea what version of the aether libraries (1.12 or 1.13) will be
used in 3.0.4 and a guess on when 3.0.4 will be released?
We are using 3.0.3 with aether 1.13 libraries. It works really well
except maven crashes out when there is version conflicts in your POM.
Depending on your answer I w
This can be "fixed" by upgrading the aether libraries inside your maven release.
Hopefully the 3.0.4 release will be out soon that includes these. The updated
aether version has significant fixes, among which are fixes that solve the
problems around artifacts not being found in the local repo.
This is a bad option. The situation I had was a team of penetration testers
wanted to review the project so I zipped up the project and the Maven
repository and wanted them to do a build in offline as they had no network
connectivity to the company network. Should I rely expect them to also
install
> Following is an extract of the pom.xml that I tried:
>
> But, it neither runs PMD nor cpd.
You've got an awful lot of configuration in there. Make it work in the
simplest case (using only local [in your current project]
configuration files etc). Then add configuration until it runs as you
requir
This is more of a Nexus issue than Maven.
You might want to move it to the Nexus forum.
Read the Nexus docs.
Ansgar is right and that will simplify your life a lot. Standard
solution to your problem.
Ron
On 14/10/2011 3:00 AM, Ansgar Konermann wrote:
Am 14.10.2011 01:16 schrieb "Tommy Chheng"
Hi,
Stanimir Stamenkov wrote:
[snip]
> with no luck. Does one have experience with using external
> properties file for the purposes of configuring the activation of
> profiles?
>
> [1] http://mojo.codehaus.org/properties-maven-plugin/
It does simply not work this way. One of the first things
Hello,
For a while now, I have noticed sporadic problems when using Maven.
For example: a maven build results in errors on a project.
If I then check out the project into another directory, the project builds
without any problems.
The content of both directories is identical. I use 'mvn clean
Hello Wayne,
Following is an extract of the pom.xml that I tried:
maven-pmd-plugin
2.5
com.churchmutual
pmd-ruleset
0.0.2
http://repo1.maven.org/maven2/.index/ redirect to
http://mirrors.ibiblio.org/pub/mirrors/maven2/dot-index/ which doesn't
work nice
2011/10/14 stefano.cazzola :
> Hi everybody,
> I've been using Maven for a while, but now I'm facing a problem I can't
> understand.
> In the last days I've not
Am 14.10.2011 01:16 schrieb "Tommy Chheng" :
>
> B is the most similar workflow.
>
> So i have a few remote maven repos i want to use:
> i.e. scala-tools.org and sweble, etc.
>
> I added both of these to my Nexus server as proxy repos.
>
> In my local settings.xml, i had to add two entries. each
20 matches
Mail list logo