Antwort: RE: Build error at site-plugin => The skin does not exist

2008-11-19 Thread Ole Laurisch
running the maven site command. It's documented here: http://jira.codehaus.org/browse/MNG-3139 -Original Message- From: Ole Laurisch [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2008 8:59 AM To: users@maven.apache.org Subject: Build error at site-plugin => The skin does not ex

Build error at site-plugin => The skin does not exist

2008-11-17 Thread Ole Laurisch
Hi, I get this error today while making a build with the site plugin. Some Google search leads me to similar problems where it is said that a possible solution (or workaround) would be to add a site directory with a site.xml specifying the skin version. The thing is, that I don't have any site

Cobertura check fails on deleted classes

2008-10-06 Thread Ole Laurisch
Hello, I'm using Cobertura for code coverage checks. Therefore I have the following paragraph in my pom.xml: org.codehaus.mojo cobertura-maven-plugin clean check

{Disarmed} Antwort: Re: {Disarmed} Antwort: Re: Antwort: Re: Attaching source zip to jar managed by maven

2008-09-24 Thread Ole Laurisch
I don't know what the m2eclipse plugin is supposed to do, but actually it works this way for me: I have a Maven project with only JUnit 3.8.2 as a dependency. After checking the "Download Artifact Sources" and "Download Javadoc" checkboxes and running the "Maven -> Update Dependencies" action si

{Disarmed} Antwort: Re: Antwort: Re: Attaching source zip to jar managed by maven

2008-09-23 Thread Ole Laurisch
Actually it is not a bug in the m2eclipse plugin but an inaccurate use by me. After activating "Download Artifact Sources" under Window -> Preferences AND choosing "Download Sources" in the context menu of the m2eclipse plugin the download and attachment of the sources had worked correctly.

Antwort: Re: Attaching source zip to jar managed by maven

2008-09-22 Thread Ole Laurisch
refer using the M2E users mailing list instead (see http://m2eclipse.codehaus.org/mail-lists.html). 2008/9/17 Ole Laurisch <[EMAIL PROTECTED]> > Hello all, > > I'm using Maven 2 and the m2eclipse Maven integration for Eclipse. > How can I attach a source zip to a jar (l

Attaching source zip to jar managed by maven

2008-09-17 Thread Ole Laurisch
Hello all, I'm using Maven 2 and the m2eclipse Maven integration for Eclipse. How can I attach a source zip to a jar (let's say jface.jar) without having to have this source zip locally stored on every developers machine? Is there a way to let the source zips be managed by Maven too? Thanks in