Greetings:
I am trying to use continuum-1.1-beta-3 with jdk java-6-sun-1.6.0.03 on
Ubuntu Linux.
After adding a maven2 pom, I get the following error when trying to build:
Provider message: The svn command failed.
Command output:
-
e:
>
> On 10/14/07, Bill Brown <[EMAIL PROTECTED]> wrote:
>
>> This issue still exists for me. I run continuum with the user I created
>> "continuum" . I am able to check out code with the continuum user from
>> the
>> command line. I hav
Greetings:
I'm using jdk 1.5
cobertura 1.7
cobertura-maven-plugin 2.0 (because of the 2.1 100% complete) error
I am using these 2 dependencies.
org.codehaus.mojo
cobertura-maven-plugin
2.0
cobertura
cobertura
1.7
I am using this build plugin
the 2.0 version.
>
> Specify the version number in the section. Also, perhaps try
> [2.0] to "lock down" the version.
>
> Wayne
>
> On 6/13/07, Bill Brown <[EMAIL PROTECTED]> wrote:
>>
>> Greetings:
>>
>> I'm using jdk 1.5
>> c
Greetings:
I'm trying to prepare a project for inclusion to the Maven Central
Repository which requires that all dependencies for the project can be found
within the Maven Central Repository.
I"m including this dependency:
com.google.code.maven-license-plugin
maven-license-plugin
1.2.5
w
Thank you julien:
julien Graglia wrote:
>
> maven-license-plugin is a maven plugin (look at the packaging of his pom
> in [1]) ... so it's not a dependency. You have to include
> maven-license-plugin in the section of your pom, as a
>
>
I needed to add the 1.4.0 in my tag for it to be
p
Greetings:
I'm trying to include the "test" sources into a maven repository but am
struggling getting them to generate. I want them to be included during the
'mvn release' targets, but so far they aren't. I've taken a look at the
maven-source-plugin documentation but haven't been able to piece
Greetings:
I found the answer to my question in the maven-source-plugin wiki page here:
http://docs.codehaus.org/display/MAVENUSER/Source+Plugin
org.apache.maven.plugins
maven-source-plugin
true
install
jar
test-jar
Now when I