diff --git a/pom.xml b/pom.xml index 3ba20e4d0cba21a6eea5a00c102b8c5ae6a73feb..1382270b4ed4867197d749177e4d48e0cb70ecae 100644 --- a/pom.xml +++ b/pom.xml @@ -172,20 +172,7 @@ </executions> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-gpg-plugin</artifactId> - <version>1.5</version> - <executions> - <execution> - <id>sign-artifacts</id> - <phase>verify</phase> - <goals> - <goal>sign</goal> - </goals> - </execution> - </executions> - </plugin> + <plugin> <groupId>org.sonatype.plugins</groupId> @@ -220,22 +207,22 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>2.13</version> -<!-- <executions> --> -<!-- <execution> --> -<!-- <phase>test</phase> --> -<!-- <configuration> --> -<!-- <configLocation>${project.basedir}/conf/quality-config/cs-conf.xml</configLocation> --> -<!-- <includeTestSourceDirectory>true</includeTestSourceDirectory> --> -<!-- <encoding>UTF-8</encoding> --> -<!-- <consoleOutput>true</consoleOutput> --> -<!-- <failsOnError>false</failsOnError> --> -<!-- <linkXRef>false</linkXRef> --> -<!-- </configuration> --> -<!-- <goals> --> -<!-- <goal>check</goal> --> -<!-- </goals> --> -<!-- </execution> --> -<!-- </executions> --> + <!-- <executions> --> + <!-- <execution> --> + <!-- <phase>test</phase> --> + <!-- <configuration> --> + <!-- <configLocation>${project.basedir}/conf/quality-config/cs-conf.xml</configLocation> --> + <!-- <includeTestSourceDirectory>true</includeTestSourceDirectory> --> + <!-- <encoding>UTF-8</encoding> --> + <!-- <consoleOutput>true</consoleOutput> --> + <!-- <failsOnError>false</failsOnError> --> + <!-- <linkXRef>false</linkXRef> --> + <!-- </configuration> --> + <!-- <goals> --> + <!-- <goal>check</goal> --> + <!-- </goals> --> + <!-- </execution> --> + <!-- </executions> --> </plugin> <!-- Findbugs --> @@ -346,6 +333,33 @@ <activation> </activation> </profile> + <profile> + <id>signing</id> + <activation> + <property> + <name>sign-jars</name> + <value>true</value> + </property> + </activation> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-gpg-plugin</artifactId> + <version>1.5</version> + <executions> + <execution> + <id>sign-artifacts</id> + <phase>verify</phase> + <goals> + <goal>sign</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + </profile> </profiles> </project> diff --git a/run-configurations/deploy.launch b/run-configurations/deploy.launch new file mode 100644 index 0000000000000000000000000000000000000000..761ef41eb3321c784871a714d127f6201a8daea8 --- /dev/null +++ b/run-configurations/deploy.launch @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<launchConfiguration type="org.eclipse.m2e.Maven2LaunchConfigurationType"> +<booleanAttribute key="M2_DEBUG_OUTPUT" value="false"/> +<stringAttribute key="M2_GOALS" value="-Psigning -Dmaven.javadoc.skip=true clean deploy"/> +<booleanAttribute key="M2_NON_RECURSIVE" value="false"/> +<booleanAttribute key="M2_OFFLINE" value="false"/> +<stringAttribute key="M2_PROFILES" value=""/> +<listAttribute key="M2_PROPERTIES"/> +<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/> +<booleanAttribute key="M2_SKIP_TESTS" value="false"/> +<intAttribute key="M2_THREADS" value="1"/> +<booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/> +<stringAttribute key="M2_USER_SETTINGS" value=""/> +<booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="false"/> +<listAttribute key="org.eclipse.debug.ui.favoriteGroups"> +<listEntry value="org.eclipse.debug.ui.launchGroup.run"/> +</listAttribute> +<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/> +<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${project_loc}"/> +</launchConfiguration> diff --git a/run-configurations/install with signing.launch b/run-configurations/install with signing.launch new file mode 100644 index 0000000000000000000000000000000000000000..12e8f56d6143fabf0e64925e8ba9ce50221194c5 --- /dev/null +++ b/run-configurations/install with signing.launch @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<launchConfiguration type="org.eclipse.m2e.Maven2LaunchConfigurationType"> +<booleanAttribute key="M2_DEBUG_OUTPUT" value="false"/> +<stringAttribute key="M2_GOALS" value="-Psigning -Dmaven.javadoc.skip=true install"/> +<booleanAttribute key="M2_NON_RECURSIVE" value="false"/> +<booleanAttribute key="M2_OFFLINE" value="false"/> +<stringAttribute key="M2_PROFILES" value=""/> +<listAttribute key="M2_PROPERTIES"/> +<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/> +<booleanAttribute key="M2_SKIP_TESTS" value="false"/> +<intAttribute key="M2_THREADS" value="1"/> +<booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/> +<stringAttribute key="M2_USER_SETTINGS" value=""/> +<booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="false"/> +<listAttribute key="org.eclipse.debug.ui.favoriteGroups"> +<listEntry value="org.eclipse.debug.ui.launchGroup.run"/> +</listAttribute> +<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/> +<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/Java SE 7 [1.7.0_25]"/> +<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${project_loc}"/> +</launchConfiguration> diff --git a/run-configurations/maven-listdependencies.launch b/run-configurations/maven-listdependencies.launch index 43aac7069058a7056ee0b40a572baa4f803735a6..154868512c1f43bf7d0b75bb27510937268d1f31 100644 --- a/run-configurations/maven-listdependencies.launch +++ b/run-configurations/maven-listdependencies.launch @@ -12,6 +12,9 @@ <booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/> <stringAttribute key="M2_USER_SETTINGS" value=""/> <booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="false"/> +<listAttribute key="org.eclipse.debug.ui.favoriteGroups"> +<listEntry value="org.eclipse.debug.ui.launchGroup.run"/> +</listAttribute> <booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/> <stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${project_loc}"/> </launchConfiguration> diff --git a/run-configurations/maven-test.launch b/run-configurations/maven-test.launch index 0fb01690bd5f205664275114b5e59e383374db73..a0cd8248cc7d79652d4905ecb7112d43e50646a7 100644 --- a/run-configurations/maven-test.launch +++ b/run-configurations/maven-test.launch @@ -14,6 +14,9 @@ <booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="false"/> <stringAttribute key="org.eclipse.debug.core.source_locator_id" value="org.eclipse.m2e.launching.MavenSourceLocator"/> <stringAttribute key="org.eclipse.debug.core.source_locator_memento" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <sourceLookupDirector> <sourceContainers duplicates="false"> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;folder nest=&quot;false&quot; path=&quot;/teetime/src/perfomancetest&quot;/&gt;&#10;" typeId="org.eclipse.debug.core.containerType.folder"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;default/&gt;&#10;" typeId="org.eclipse.debug.core.containerType.default"/> </sourceContainers> </sourceLookupDirector> "/> +<listAttribute key="org.eclipse.debug.ui.favoriteGroups"> +<listEntry value="org.eclipse.debug.ui.launchGroup.run"/> +</listAttribute> <booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/> <stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${project_loc}"/> </launchConfiguration>