Project

General

Profile

« Previous | Next » 

Revision 7737

first pass at integrating CILogon/MyProxy certificates in Metacat. Configuration is specific to mn-demo-4.test.dataone.org for the time being (this will cause localhost deployments to fail webapp deployment). https://projects.ecoinformatics.org/ecoinfo/issues/5936

View differences:

pom.xml
12 12
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13 13
        <d1_libclient_version>1.3.0-SNAPSHOT</d1_libclient_version>
14 14
        <d1_common_java_version>1.2.0-SNAPSHOT</d1_common_java_version>
15
        <d1_portal_version>1.2.0-SNAPSHOT</d1_portal_version>        
15 16
    </properties>
16 17
    <repositories>
17 18
        <repository>
......
35 36
    </repositories>
36 37
    <dependencies>
37 38
    	<dependency>
39
            <artifactId>d1_portal</artifactId>
40
            <groupId>org.dataone</groupId>
41
            <version>${d1_portal_version}</version>
42
            <type>jar</type>
43
            <!-- exclude extraneous artifacts (jars) -->
44
			<exclusions>
45
		        <exclusion>
46
		          <groupId>org.jibx</groupId>
47
		          <artifactId>jibx-tools</artifactId>
48
		        </exclusion>
49
		        <exclusion>
50
		          <groupId>org.jibx</groupId>
51
		          <artifactId>jibx-schema</artifactId>
52
		        </exclusion>
53
		        <exclusion>
54
		          <groupId>org.jibx</groupId>
55
		          <artifactId>jibx-extras</artifactId>
56
		        </exclusion>
57
		        <exclusion>
58
		          <groupId>org.jibx</groupId>
59
		          <artifactId>jibx-bind</artifactId>
60
		        </exclusion>
61
		        <exclusion>
62
		        	<groupId>org.apache.maven.plugins</groupId>
63
					<artifactId>maven-compiler-plugin</artifactId>
64
		        </exclusion>
65
		        <exclusion>
66
		        	<groupId>org.apache.maven.plugins</groupId>
67
					<artifactId>maven-jar-plugin</artifactId>
68
		        </exclusion>
69
		        <exclusion>
70
		        	<groupId>org.apache.maven.plugins</groupId>
71
					<artifactId>maven-clean-plugin</artifactId>
72
		        </exclusion>
73
		        <exclusion>
74
		        	<groupId>org.jibx</groupId>
75
					<artifactId>maven-jibx-plugin</artifactId>
76
		        </exclusion>
77
			</exclusions>
78
        </dependency>
79
    	<dependency>
38 80
            <groupId>edu.ucsb.nceas.metacat.common</groupId>
39 81
            <artifactId>metacat-common</artifactId>
40 82
            <version>1.0-SNAPSHOT</version>

Also available in: Unified diff