<enabled>false</enabled>
</snapshots>
</repository>
- <repository>
+ <!-- <repository>
<id>maven2-repository.dev.java.net</id>
<name>Java.net Maven 2 Repository</name>
<url>http://download.java.net/maven/2</url>
<enabled>false</enabled>
</snapshots>
</repository>
- <!-- <repository> <id>maven1-repository.dev.java.net</id> <name>Java.net
+ <repository> <id>maven1-repository.dev.java.net</id> <name>Java.net
Maven 1 Repository</name> <url>http://download.java.net/maven/1</url> <layout>legacy</layout>
<snapshots> <enabled>false</enabled> </snapshots> </repository> -->
<name>External release repository of the Apache projects</name>
<url>https://repository.apache.org/content/groups/public/</url>
</repository>
+
+ <!-- Global Biodiversity Information Facility - http://www.gbif.org/ -->
+ <repository>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <id>gbif-all</id>
+ <name>gbif-all</name>
+ <url>http://repository.gbif.org/content/groups/gbif</url>
+ </repository>
</repositories>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.6.1</version>
+ <version>2.10.4</version>
<configuration>
<show>public</show>
</configuration>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.6</version>
+ <version>2.9</version>
<configuration>
</configuration>
<reportSets>
<finalName>collectionspace-services-collectionobject</finalName>
<plugins>
<plugin>
- <groupId>com.qmino</groupId>
- <artifactId>miredot-maven-plugin</artifactId>
- <version>1.3.1</version>
- <executions>
- <execution>
- <goals>
- <goal>restdoc</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <licence>
- UHJvamVjdHxvcmcuY29sbGVjdGlvbnNwYWNlLnNlcnZpY2VzLm9yZy5jb2xsZWN0aW9uc3BhY2Uuc2VydmljZXMuY29sbGVjdGlvbm9iamVjdC5zZXJ2aWNlfDIwMTktMDItMjh8dHJ1ZSNNQ3dDRkdHK29EM2hWTVRyckIveDVaWExNcWRBNWhyL0FoUXo2bkVKV1k1NjdabnFBelh6UFdiOW1iRnVIdz09
- </licence> <!-- insert other configuration here (optional) -->
- </configuration>
+ <groupId>com.qmino</groupId>
+ <artifactId>miredot-plugin</artifactId>
+ <version>2.0.3</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>restdoc</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <organizationId>5427820b-5465-4a49-98fb-cb39ff772f23</organizationId>
+ <restModel>
+ <restFramework>
+ <name>jax-rs</name>
+ </restFramework>
+ </restModel>
+ <output>
+ <html>
+ <jsonDoc>Hidden</jsonDoc>
+ </html>
+ </output>
+ <!-- insert other configuration here (optional) -->
+ </configuration>
</plugin>
</plugins>
<pluginManagement>
<pluginExecution>
<pluginExecutionFilter>
<groupId>com.qmino</groupId>
- <artifactId>
- miredot-maven-plugin
- </artifactId>
- <versionRange>
- [1.3.1,)
- </versionRange>
+ <artifactId>miredot-plugin</artifactId>
+ <versionRange>[2.0.3,)</versionRange>
<goals>
<goal>restdoc</goal>
</goals>
<version>1.1.6</version>
</dependency>
</dependencies>
-
- <!-- Global Biodiversity Information Facility - http://www.gbif.org/ -->
- <repositories>
- <repository>
- <id>gbif-all</id>
- <name>gbif-all</name>
- <url>http://repository.gbif.org/content/groups/gbif</url>
- </repository>
- </repositories>
-
</project>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>2.2</version>
+ <version>3.3</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.6.1</version>
<configuration>
<!--show>public</show-->
</configuration>
<onlyAnalyze>org.collectionspace.*</onlyAnalyze>
</configuration>
</plugin-->
- <plugin>
+ <!--<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
- <version>2.0.1</version>
+ <version>3.0.1</version>
<configuration>
<onlyAnalyze>org.collectionspace.*</onlyAnalyze>
<findbugsXmlOutput>true</findbugsXmlOutput>
- <!-- Optional directory to put findbugs xml report -->
<findbugsXmlOutputDirectory>target/site</findbugsXmlOutputDirectory>
</configuration>
- </plugin>
+ </plugin>-->
</plugins>
</reporting>
<goal>run</goal>
</goals>
<configuration>
- <tasks>
+ <target>
<property name="runtime-classpath" refid="maven.runtime.classpath"/>
<ant target="setup_hibernate.cfg" inheritRefs="true"/>
- </tasks>
+ </target>
</configuration>
</execution>
</executions>