Introduction to m2eclipse
Eine Einführung in die Benutzung von m2eclipse ist seit ein paar Tagen auf theserverside.com zu finden.
Sehr lesenswert!
Sehr lesenswert!
Labels: eclipse, maven, theserverside
"Architecture is frozen music" (by Arthur Schoppenhauer)
Labels: eclipse, maven, theserverside
<plugin>
<groupid>org.apache.maven.plugins</groupid>
<artifactid>maven-eclipse-plugin</artifactid>
<configuration>
<additionalconfig>
<file>
<name>.checkstyle</name>
<url>http://some.place.org/path/to/file</url>
</file>
</additionalconfig>
</configuration>
</plugin>
<fileset-config file-format-version="1.2.0" simple-config="true">
<local-check-config name="ITP_Checks_for_ACM" location="/path/to/checks.xml" type="external" description="">
<additional-data name="protect-config-file" value="false"/>
</local-check-config>
<fileset name="Alle" enabled="true" check-config-name="ITP_Checks_for_ACM" local="true">
<file-match-pattern match-pattern="." include-pattern="true"/>
</fileset>
</fileset-config>
Labels: maven, softwareentwicklung
Nexus is a powerful and robust Maven repository manager, created to provide reliable access to artifacts required for development and provisioning. Maven's central repository has always served as a great convenience for users of Maven, but it has always been recommended to maintain your own repositories to ensure stability within your organization. Nexus greatly simplifies the maintenance of your own internal repositories and access to external repositories. With Nexus you can completely control access to, and deployment of, every artifact in your organization from a single location.
Labels: maven, softwareentwicklung
Labels: maven, softwareentwicklung
Labels: ant, java, maven, softwareentwicklung