Project

General

Profile

« Previous | Next » 

Revision 48346

Copy for dnet45 and java8 migration

View differences:

modules/dnet-openaire-users/trunk/deploy.info
1
{
2
  "type_source": "SVN", 
3
  "goal": "package -U source:jar", 
4
  "url": "http://svn-public.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-openaire-users/trunk", 
5
  "deploy_repository": "dnet4-snapshots", 
6
  "version": "4", 
7
  "mail": "antleb@di.uoa.gr, kiatrop@di.uoa.gr, sbaltzi@di.uoa.gr", 
8
  "deploy_repository_url": "http://maven.research-infrastructures.eu/nexus/content/repositories/dnet4-snapshots", 
9
  "name": "dnet-openaire-users"
10
}
11

  
modules/dnet-openaire-users/trunk/src/main/webapp/index.jsp
1
<html>
2
<body>
3
<h2>Hello World!</h2>
4
</body>
5
</html>
modules/dnet-openaire-users/trunk/src/main/webapp/WEB-INF/web.xml
1
<!DOCTYPE web-app PUBLIC
2
 "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
3
 "http://java.sun.com/dtd/web-app_2_3.dtd" >
4

  
5
<web-app>
6
  <display-name>Archetype Created Web Application</display-name>
7
</web-app>
modules/dnet-openaire-users/trunk/pom.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
	<parent>
4
		<groupId>eu.dnetlib</groupId>
5
		<artifactId>dnet-container-parent</artifactId>
6
		<version>1.0.0</version>
7
	</parent>
8
	<modelVersion>4.0.0</modelVersion>
9
	<groupId>eu.dnetlib</groupId>
10
	<artifactId>dnet-openaire-users</artifactId>
11
	<packaging>war</packaging>
12
	<version>1.0.0-SNAPSHOT</version>
13
  	<scm>
14
                <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-openaire-users/trunk</developerConnection>
15
        </scm>
16
	<dependencies>
17
		<dependency>
18
			<groupId>eu.dnetlib</groupId>
19
			<artifactId>dnet-runtime</artifactId>
20
			<version>[1.0.0]</version>
21
		</dependency>
22
		<dependency>
23
			<groupId>org.apache.cxf</groupId>
24
			<artifactId>cxf-rt-transports-http</artifactId>
25
			<version>${cxf.version}</version>
26
		</dependency>
27
        <dependency>
28
            <groupId>jstl</groupId>
29
            <artifactId>jstl</artifactId>
30
            <version>1.2</version>
31
        </dependency>
32
	</dependencies>
33

  
34
</project>
35

  

Also available in: Unified diff