[m2] using hibernate plugin

2005-11-09 Thread Rico (privat)
Hi, I downloaded the soures of the actual hibernate 3 plugins from http://svn.codehaus.org/trunk/mojo/mojo-sandbox/hibernate3-maven-plugin/?root=mojo 1. Compiled that sources: mvn compile 2. Make a package: mvn package 3. Install it on my local repository: mvn install -DupdateReleaseInfo=true

unable to load commons-logging/commons-logging/1.02/commons-logging-1.02.pom

2005-11-02 Thread Rico (privat)
Hi, the compile goal outputs me following: Downloading: http://repo1.maven.org/maven2/commons-logging/commons-logging/1.02/commons-logging-1.02.pom [WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2) I searched for that plugin in my repository and didn't

finding groupId/artifactId of unlisted libs

2005-11-01 Thread Rico (privat)
Hi, my project needs the jdbc driver of firebird (jaybird driver: firebirdsql-full.jar). Where if this is not listed on http://www.ibiblio.org/pub/packages/ can I get the correct groupId / artifactId ? Rico - To

failed to resolve GroupId javax-persistence

2005-11-01 Thread Rico (privat)
Hi, for correct compiling an hibernate project with annotations the ejb jar file is need too. So my pom.xml file has one more dependency: dependency groupIdjavax-persistence/groupId artifactIdejb/artifactId version3.0-public_review/version /dependency But Maven says

Re: failed to resolve GroupId javax-persistence

2005-11-01 Thread Rico (privat)
Before I used that lib I installed it first in my local repository: mvn install:install-file -Dfile=D:\src\entwicklung\java\api\hibernate-3.1\annotations\lib\ejb3-persistence.jar -DgroupId=javax.persistence -DartifactId=ejb -Dversion=3.0-public_review -Dpackaging=jar So it exist local, but

Re: [ANN] Maven Project Info Reports Plugin v2.0-beta-3 Released

2005-10-25 Thread Rico (privat)
Is this an upgrade for Maven 2? I dont understand. In which part of the XML grammar should I copy and paste the above section. Should it be Hi Peter, put it here ... project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Re: error while make my first maven project

2005-10-24 Thread Rico (privat)
Thanks, it works now. Rico Brett Porter wrote: Was there any additional information about why it failed to find the latest version? This might correct itself if you try again (perhaps using -U to force an update check). - Brett On 10/23/05, Rico (privat) [EMAIL PROTECTED] wrote: Hi

mvn site produced error

2005-10-24 Thread Rico (privat)
Hi, I've got following error while I typed mvn site: [INFO] Can't find bundle for base name project-info-report, locale de_DE [INFO] [INFO] Trace java.util.MissingResourceException: Can't find bundle for base name

Re: mvn site produced error

2005-10-24 Thread Rico (privat)
/23/05, Rico (privat) [EMAIL PROTECTED] wrote: Hi, I've got following error while I typed mvn site: [INFO] Can't find bundle for base name project-info-report, locale de_DE [INFO] [INFO] Trace

Re: mvn site produced error

2005-10-24 Thread Rico (privat)
/23/05, Rico (privat) [EMAIL PROTECTED] wrote: Hi, I've got following error while I typed mvn site: [INFO] Can't find bundle for base name project-info-report, locale de_DE [INFO] [INFO] Trace

error while make my first maven project

2005-10-23 Thread Rico (privat)
Hi all, I've made my first maven project with Maven 2.0 and got following error while I've done described steps on getting started page with: mvn archetype:create -DgroupId=com.cando.app -DartifactId=budget [INFO] Failed to resolve artifact. GroupId: org.apache.maven.archetypes ArtifactId: