Download

Maven Repository

Please note that the SVN repository is password protected and the artifacts of this project are currently not available on the Maven Central Repository.

If you want to integrate this plugin into 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.de/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.de/nexus/content/groups/public-group</url>
      <releases>
        <enabled>true</enabled>
      </releases>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
    </pluginRepository>
  </pluginRepositories>
</profile>

To authenticate use the anonymous login:

<server>
  <id>smartics</id>
  <username>anonymous</username>
  <password>anonymous</password>
</server>

Using eclipse

If you are using Maven and eclipse use

mvn eclipse:eclipse -DdownloadSources=true

after you have added

<dependency>
  <groupId>de.smartics.exceptions</groupId>
  <artifactId>smart-exceptions-i18n</artifactId>
  <version>0.6.2</version>
</dependency>

to your pom.xml.

Direct Access

To download a runable version for the Ant task or the command line client, follow one of the links below.