My favorites | Sign in
Project Logo
                
Search
for
Updated Jan 04 (41 hours ago) by thewebsemantic
MavenRepo  
Jenabean maven access.

Step 1: add the repository path to your pom.xml file

<repositories> 
  <repository> 
    <id>Jenabean</id> 
    <url>http://jenabean.googlecode.com/svn/trunk/repo</url> 
  </repository>
</repositories> 

Step 2: add the jenabean dependency

<dependency> 
   <groupId>thewebsemantic</groupId> 
   <artifactId>jenabean</artifactId> 
   <version>1.0.3</version> 
</dependency>

Comment by mmoo...@gmail.com, Jun 15, 2009
Downloading: http://jenabean.googlecode.com/svn/trunk/repo/com/thewebsemantic/jenabean/1.0.1/jenabean-1.0.1.pom
1K downloaded  (jenabean-1.0.1.pom)
[WARNING] *** CHECKSUM FAILED - Error retrieving checksum file for com/thewebsemantic/jenabean/1.0.1/jenabean-1.0.1.pom - IGNORING
Downloading: http://jenabean.googlecode.com/svn/trunk/repo/com/thewebsemantic/jenabean/1.0.1/jenabean-1.0.1.jar
94K downloaded  (jenabean-1.0.1.jar)
Comment by thewebsemantic, Jan 04 (41 hours ago)

I've migrated to using wagon-svn to create the repo, now at 1.0.3.


Sign in to add a comment
Hosted by Google Code