Project

General

Profile

« Previous | Next » 

Revision 48489

added management info and trying to disable the javadoc check for releasing

View differences:

modules/dnet-openaire-exporter/trunk/pom.xml
4 4

  
5 5
	<groupId>eu.dnetlib</groupId>
6 6
	<artifactId>dnet-openaire-exporter</artifactId>
7
	<version>1.0.1-SNAPSHOT</version>
7
	<version>1.0.0-SNAPSHOT</version>
8 8
	<scm>
9 9
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-openaire-exporter/trunk</developerConnection>
10
    <url>https://github.com/spring-projects/spring-boot/spring-boot-starter-parent/dnet-openaire-exporter</url>
11
  </scm>
10
    </scm>
11
	<ciManagement>
12
		<system>jenkins</system>
13
		<url>https://jenkins-dnet.d4science.org/view/DNet45/job/DSL45_dnet-openaire-exporter/</url>
14
	</ciManagement>
12 15

  
13 16
	<!-- Inherit defaults from Spring Boot -->
14 17
	<parent>
......
34 37
			</snapshots>
35 38
		</repository>
36 39
	</repositories>
40
	<profiles>
41
		<profile>
42
			<id>java8-doclint-disabled</id>
43
			<activation>
44
				<jdk>[1.8,)</jdk>
45
			</activation>
46
			<properties>
47
				<javadoc.opts>-Xdoclint:none</javadoc.opts>
48
			</properties>
49
		</profile>
50
	</profiles>
37 51

  
38 52
	<!-- Add typical dependencies for a web application -->
39 53
	<dependencies>

Also available in: Unified diff