Skip to content
Snippets Groups Projects
Commit f6971cab authored by User expired's avatar User expired
Browse files

removed obsolete buildnumber plugin and changed scm

parent 4ef2de60
No related branches found
No related tags found
No related merge requests found
......@@ -42,9 +42,9 @@
<url>http://jira.openolat.org</url>
</issueManagement>
<scm>
<connection>scm:hg:https://zid-lvcs.uibk.ac.at/proj/openolat_12_uibk</connection>
<developerConnection>scm:hg:https://zid-lvcs.uibk.ac.at/proj/openolat_12_dev</developerConnection>
<url>http://hg.openolat.org</url>
<connection>scm:git:git@git.uibk.ac.at:olat/openolat_12_dev.git</connection>
<developerConnection>scm:git:git@git.uibk.ac.at:olat/openolat_12_dev.git</developerConnection>
<url>https://git.uibk.ac.at/olat/openolat_12_dev</url>
</scm>
<mailingLists>
<mailingList>
......@@ -89,6 +89,8 @@
<test.env.jmx.rmi.port.0>3000</test.env.jmx.rmi.port.0>
<skipTests>true</skipTests>
<skipSeleniumTests>false</skipSeleniumTests>
<maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>
</properties>
<profiles>
<profile>
......@@ -890,15 +892,6 @@
</execution>
</executions>
</plugin>
<plugin><groupId>org.jacoco</groupId><artifactId>jacoco-maven-plugin</artifactId><version>0.7.7.201606060606</version><executions>
<execution><id>default-prepare-agent</id><goals><goal>prepare-agent</goal></goals></execution>
<execution><id>default-report</id><phase>prepare-package</phase><goals><goal>report</goal></goals></execution>
<execution><id>default-check</id><goals><goal>check</goal></goals><configuration><rules><!-- implementation is needed only for Maven 2 -->
<rule implementation="org.jacoco.maven.RuleConfiguration"><element>BUNDLE</element><limits><!-- implementation is needed only for Maven 2 -->
<limit implementation="org.jacoco.report.check.Limit"><counter>COMPLEXITY</counter><value>COVEREDRATIO</value><minimum>0.60</minimum></limit>
</limits></rule></rules></configuration>
</execution></executions>
</plugin>
</plugins>
</build>
</profile>
......@@ -1105,15 +1098,6 @@
</execution>
</executions>
</plugin>
<plugin><groupId>org.jacoco</groupId><artifactId>jacoco-maven-plugin</artifactId><version>0.7.7.201606060606</version><executions>
<execution><id>default-prepare-agent</id><goals><goal>prepare-agent</goal></goals></execution>
<execution><id>default-report</id><phase>prepare-package</phase><goals><goal>report</goal></goals></execution>
<execution><id>default-check</id><goals><goal>check</goal></goals><configuration><rules><!-- implementation is needed only for Maven 2 -->
<rule implementation="org.jacoco.maven.RuleConfiguration"><element>BUNDLE</element><limits><!-- implementation is needed only for Maven 2 -->
<limit implementation="org.jacoco.report.check.Limit"><counter>COMPLEXITY</counter><value>COVEREDRATIO</value><minimum>0.60</minimum></limit>
</limits></rule></rules></configuration>
</execution></executions>
</plugin>
</plugins>
</build>
</profile>
......@@ -1215,7 +1199,7 @@
</pluginRepository>
</pluginRepositories>
<build>
<finalName>${project.artifactId}-${project.version}-${buildNumber}</finalName>
<finalName>${project.artifactId}-${project.version}-${maven.build.timestamp}</finalName>
<!-- Useful maven commands: o mvn dependency:tree - check to see what other
dependencies get downloaded by an artifact o Maven lifecycle: Each phase
......@@ -1284,22 +1268,9 @@
</goals>
<phase>validate</phase>
</execution>
<execution>
<id>execution-create</id>
<phase>generate-resources</phase>
<goals>
<goal>create</goal>
</goals>
</execution>
</executions>
<configuration>
<doCheck>true</doCheck>
<doUpdate>true</doUpdate>
<format>{0,date,yyyyMMdd-HHmm}</format>
<items>
<item>timestamp</item>
</items>
<dotGitDirectory>${project.basedir}/.git</dotGitDirectory>
</configuration>
</plugin>
......@@ -1785,38 +1756,6 @@
</plugin>
<!-- end rest api documentation -->
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>
org.openolat.mojo
</groupId>
<artifactId>
buildnumber-maven-plugin
</artifactId>
<versionRange>
[1.2.0,)
</versionRange>
<goals>
<goal>create</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment