Skip to content

This is the maven repository for weasis builds

Notifications You must be signed in to change notification settings

nroduit/mvn-repo

Repository files navigation

Maven Repository

This is the Maven repository for third-party libraries not available in Maven Central. To use this repository maven add in your pom.xml:

  <repositories>
    <repository>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
      <id>central</id>
      <name>Central Repository</name>
      <url>https://repo.maven.apache.org/maven2</url>
    </repository>
    <repository>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
      <id>mvn-repo-master</id>
      <url>https://raw.github.com/nroduit/mvn-repo/master/</url>
    </repository>
  </repositories>

About

This is the maven repository for weasis builds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published