This repository was archived by the owner on Oct 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +26
-18
lines changed Expand file tree Collapse file tree 3 files changed +26
-18
lines changed Original file line number Diff line number Diff line change 8
8
9
9
services :
10
10
- docker
11
- env :
12
11
before_install :
13
- - rm -rf ./boost-common
14
- - echo 'cloning boost-common lib ....'
15
- - git clone https://github.com/OpenLiberty/boost-common.git ./boost-common
16
- - cd ./boost-common
17
- - mvn clean install
18
- - cd ..
19
12
- docker run -d -p 5000:5000 --restart=always --name registry registry:2
20
13
install : true
21
14
script :
Original file line number Diff line number Diff line change 16
16
<artifactId >boost-maven-plugin</artifactId >
17
17
<packaging >maven-plugin</packaging >
18
18
19
- <properties >
20
- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
21
- <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
22
- <maven .compiler.source>1.8</maven .compiler.source>
23
- <maven .compiler.target>1.8</maven .compiler.target>
24
- </properties >
25
-
26
19
<dependencies >
27
20
28
21
<!-- Boost dependencies -->
37
30
<dependency >
38
31
<groupId >io.openliberty.boost</groupId >
39
32
<artifactId >boost-common</artifactId >
40
- <version >0.1-SNAPSHOT </version >
33
+ <version >0.1</version >
41
34
</dependency >
42
35
43
36
<!-- Other dependencies -->
Original file line number Diff line number Diff line change 11
11
<artifactId >boost-maven-parent</artifactId >
12
12
<version >0.1-SNAPSHOT</version >
13
13
<packaging >pom</packaging >
14
-
14
+
15
15
<name >boost-maven-plugin Parent</name >
16
-
16
+
17
+ <parent >
18
+ <groupId >net.wasdev.maven.parent</groupId >
19
+ <artifactId >parent</artifactId >
20
+ <version >1.4</version >
21
+ <relativePath />
22
+ </parent >
23
+
24
+ <licenses >
25
+ <license >
26
+ <name >Eclipse Public License 1.0 (EPL-1.0)</name >
27
+ <url >https://raw.github.com/OpenLiberty/boost-maven/master/LICENSE</url >
28
+ <distribution >repo</distribution >
29
+ </license >
30
+ </licenses >
31
+
32
+ <scm >
33
+ <connection >scm:git:git@github.com:OpenLiberty/boost-maven.git</connection >
34
+ <developerConnection >scm:git:git@github.com:OpenLiberty/boost-maven.git</developerConnection >
35
+ <url >git@github.com:OpenLiberty/boost-maven.git</url >
36
+ <tag >HEAD</tag >
37
+ </scm >
38
+
17
39
<modules >
18
40
<module >boost-bom</module >
19
41
<module >boost-maven-plugin</module >
20
42
</modules >
21
-
43
+
22
44
<properties >
23
45
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24
46
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
You can’t perform that action at this time.
0 commit comments