Intersult Maven Repository
This is version . It is not the current version, and thus it cannot be edited.
Back to current version   Restore this version
Das Intersult Maven Repository ist online verfügbar mit Artifacts und Plugins für Maven 2.

Artifacts#

Die Konfiguration des Intersult Repository für Artifacts erfolgt durch folgenden Eintrag in die pom.xml eines Projekts:
<project>
    ...
	<repositories>
	    ...
		<repository>
			<id>intersult-repo</id>
			<name>Intersult Repository</name>
			<url>https://intersult.com/svn/public/maven</url>
		</repository>
	    ...
	</repositories>
    ...
</project>

Maven 2 Plugins#

Die Konfiguration des Intersult Plugin Repositories (z.B. Voraussetzung für Code-Generierung durch Intersult XML & SOAP) erfolgt durch einen Plugin-Repository-Eintrag:
<project>
    ...
	<pluginRepositories>
	    ...
		<pluginRepository>
			<id>intersult-repo</id>
			<name>Intersult Repository</name>
			<url>https://intersult.com/svn/public/maven</url>
		</pluginRepository>
	    ...
	</pluginRepositories>
    ...
</project>