Project

General

Profile

« Previous | Next » 

Revision 48259

Added by Tsampikos Livisianos almost 7 years ago

java8

View differences:

modules/dnet-openaire-stats-workflow/trunk/install.sh
1 1
#!/bin/bash
2 2

  
3
cd ~/workspace/dnet-openaire-stats/trunk
3
cd ~/workspace/DNET45/dnet-openaire-stats/trunk
4 4
mvn clean install -Dmaven.test.skip=true
5 5

  
6
cd ~/workspace/dnet-openaire-usage-stats-export/trunk
6
cd ~/workspace/DNET45/dnet-openaire-usage-stats-export/trunk
7 7
mvn clean install -Dmaven.test.skip=true
8 8

  
9
cd ~/workspace/dnet-openaire-stats-workflow/trunk
9
cd ~/workspace/DNET45/dnet-openaire-stats-workflow/trunk
10 10
mvn clean package  -Dworkflow.source.dir=eu/dnetlib/iis/core/javamapreduce/stats -Poozie-package -Diis.hadoop.frontend.home.dir=/home  -Duser.name=tsampikos.livisianos
11 11

  
12 12
scp ./target/oozie-package.tar.gz tsampikos.livisianos@gateway.hadoop.dm.openaire.eu:~/final-wf
modules/dnet-openaire-stats-workflow/trunk/pom.xml
4 4
    <parent>
5 5
        <groupId>eu.dnetlib</groupId>
6 6
        <artifactId>icm-iis-parent-container</artifactId>
7
        <version>1.0.2</version>
7
        <version>1.0.3-SNAPSHOT</version>
8 8
    </parent>
9 9
    <modelVersion>4.0.0</modelVersion>
10 10
    <artifactId>dnet-openaire-stats-workflow</artifactId>
11 11
    <packaging>jar</packaging>
12
    <version>1.0.1</version>
12
    <version>2.0.0</version>
13 13

  
14 14
    <!-- 	REMOVE BEFORE DEPLOYMENT -->
15 15
    <properties>
......
42 42
        <dependency>
43 43
            <groupId>eu.dnetlib</groupId>
44 44
            <artifactId>dnet-openaire-stats</artifactId>
45
            <version>[2.0.0,3.0.0)</version>
45
            <version>3.0.0-SNAPSHOT</version>
46 46
        </dependency>
47 47

  
48 48
        <dependency>
49 49
            <groupId>eu.dnetlib</groupId>
50 50
            <artifactId>icm-iis-core</artifactId>
51
            <version>1.0.1</version>
51
            <version>1.0.2-SNAPSHOT</version>
52 52
        </dependency>
53 53

  
54 54
        <dependency>
55 55
            <groupId>eu.dnetlib</groupId>
56 56
            <artifactId>dnet-openaire-usage-stats</artifactId>
57
            <version>[0.0.1,2.0.0)</version>
57
            <version>2.0.0-SNAPSHOT</version>
58 58
        </dependency>
59 59
    </dependencies>
60 60

  

Also available in: Unified diff