Skip to content

karussell/mvnrepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

### My micro maven repo

## A Java readability clone (extracts important text and image) at https://github.com/karussell/snacktory
<dependency>
     <groupId>de.jetwick</groupId>
     <artifactId>snacktory</artifactId>
     <version>1.2-SNAPSHOT</version>
</dependency>

## An example war at https://github.com/karussell/ElasticSearchExample

## The plotter at https://github.com/karussell/plotter
<dependency>
     <groupId>de.genvlin</groupId>
     <artifactId>plotter</artifactId>
     <version>1.0-SNAPSHOT</version>
</dependency>

## A twitter utility
<dependency>
     <groupId>de.jetsli</groupId>
     <artifactId>twittertool</artifactId>
     <version>1.0-SNAPSHOT</version>
</dependency>


## USAGE

<repository>
  <id>karussell_snapshots</id>
  <url>https://github.com/karussell/mvnrepo/raw/master/snapshots/</url>
</repository>             

<repository>
  <id>karussell_releases</id>           
  <url>https://github.com/karussell/mvnrepo/raw/master/releases/</url>                   
</repository> 

## If you want to do the same read:
http://cemerick.com/2010/08/24/hosting-maven-repos-on-github/

Hint add a distributionManagement tag in the pom.xml and do
mvn -DaltDeploymentRepository=snapshot-repo::default::file:/path/to/mvnrepo/snapshots/ clean deploy -Dmaven.test.skip=true

About

Micro Maven Repo

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published