Maven Central Repository

Here is the list of artifacts that is currently available from the Maven Central Repository:

https://repo1.maven.org/maven2/de/smartics/

Buildmetadata Maven Plugin
Generates build metadata and provides it as Maven build properties. The properties are written to a properties file that can be included in the generated artifact. The information can also be added to the manifest file.
JBoss Modules Maven Plugin
Generates an archive of modules to be copied to an JBoss 7 installation. The configuration is generated from the Maven POM with the help of a collection of generic and project-specific mapping rules.


smartics Repository

Some artifacts of our projects are (currently) not available on the Maven Central Repository. They can be downloaded from the smartics artifact server at https://www.smartics.eu/nexus/index.html.

If you want to access artifacts from smartics in your Maven build, please add the following repository to the profiles section of your settings.xml.

<profile>
  <id>smartics-repositories</id>
  <repositories>
    <repository>
      <id>smartics</id>
      <url>http://www.smartics.eu/nexus/content/groups/public-group</url>
      <releases>
        <enabled>true</enabled>
      </releases>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
    </repository>
  </repositories>
  <pluginRepositories>
    <pluginRepository>
      <id>smartics</id>
      <url>http://www.smartics.eu/nexus/content/groups/public-group</url>
      <releases>
        <enabled>true</enabled>
      </releases>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
    </pluginRepository>
  </pluginRepositories>
</profile>

All our project’s artifacts are copied at the time of the release to our artifact server. So if you read a release note and cannot find the artifact, please check if the name of the product has changed.

 

Due to naming conventions for Maven plugins, some of our plugins have changes their artifact identifier. Please take this into account, if you are accessing artifacts on our artifact repository.

Here are a few examples:

This renaming has been applied to all our plugins as far as a new version for that plugin has been released ever since.

Please use the new artifact identifiers and update your Maven POMs accordingly!