Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Migrate to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Sahad committed Oct 22, 2012
1 parent 7a101c7 commit c4385d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 49 deletions.
4 changes: 1 addition & 3 deletions doc/mule-module-maven.xml.sample
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<!-- BEGIN_INCLUDE(maven:execute-goal) -->
<maven:execute-goal goal="install">
<maven:properties>
<maven:property key="maven.test.skip" value="true"/>
</maven:properties>
<maven:properties ref="#[payload]" />
</maven:execute-goal>
<!-- END_INCLUDE(maven:execute-goal) -->
48 changes: 2 additions & 46 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mule.tools.devkit</groupId>
<artifactId>mule-devkit-parent</artifactId>
<version>3.3.0-EA</version>
<version>3.3.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -15,52 +15,8 @@
<name>Mule Maven Connector</name>

<properties>
<mule.devkit.version>3.3.0-EA</mule.devkit.version>
<mule.devkit.version>3.3.1</mule.devkit.version>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.8</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<configuration>
<excludePackageNames>org.mule.tooling.ui.contribution:*</excludePackageNames>
<docletArtifact>
<groupId>org.mule.tools.devkit</groupId>
<artifactId>mule-devkit-doclet</artifactId>
<version>${mule.devkit.version}</version>
</docletArtifact>
<doclet>org.mule.devkit.doclet.Doclava</doclet>
<bootclasspath>${sun.boot.class.path}</bootclasspath>
<additionalparam><!--
-federate JDK http://download.oracle.com/javase/6/docs/api/index.html?
-federationxml JDK http://doclava.googlecode.com/svn/static/api/openjdk-6.xml -->
-hdf project.artifactId "${project.artifactId}"
-hdf project.groupId "${project.groupId}"
-hdf project.version "${project.version}"
-hdf project.name "${project.name}"
-hdf project.repo.name "${project.distributionManagement.repository.name}"
-hdf project.repo.id "${project.distributionManagement.repository.id}"
-hdf project.repo.url "${project.distributionManagement.repository.url}"
-hdf project.snapshotRepo.name "${project.distributionManagement.snapshotRepository.name}"
-hdf project.snapshotRepo.id "${project.distributionManagement.snapshotRepository.id}"
-hdf project.snapshotRepo.url "${project.distributionManagement.snapshotRepository.url}"
-d ${project.build.directory}/apidocs
</additionalparam>
<useStandardDocletOptions>false</useStandardDocletOptions>
<additionalJOption>-J-Xmx1024m</additionalJOption>
</configuration>
</plugin>
</plugins>
</build>

<dependencies>
<dependency>
Expand Down

0 comments on commit c4385d8

Please sign in to comment.