The svn command failed ... Server certificate verification failed: issuer is not trusted

2007-10-11 Thread Bill Brown
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: -

Re: The svn command failed ... Server certificate verification failed: issuer is not trusted

2007-10-19 Thread Bill Brown
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

issue with cobertura / maven2 plugin build

2007-06-13 Thread Bill Brown
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

Re: issue with cobertura / maven2 plugin build

2007-06-13 Thread Bill Brown
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

The plugin 'com.google.code.maven-license-plugin:maven-license-plugin' does not exist or no valid version could be found

2009-09-18 Thread Bill Brown
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

Re: The plugin 'com.google.code.maven-license-plugin:maven-license-plugin' does not exist or no valid version could be found

2009-09-18 Thread Bill Brown
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

how do I include test-sources in the release:prepare and release:preform targets.

2009-09-21 Thread Bill Brown
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

Re: how do I include test-sources in the release:prepare and release:preform targets.

2009-09-22 Thread Bill Brown
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