File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
- distributionUrl =https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.0 /apache-maven-3.5.0 -bin.zip
1
+ distributionUrl =https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.2.5 /apache-maven-3.2.5 -bin.zip
Original file line number Diff line number Diff line change 5
5
- oraclejdk8
6
6
- oraclejdk7
7
7
- openjdk7
8
+ - openjdk6
8
9
9
10
before_install :
10
11
- echo "MAVEN_OPTS='-Dlicense.skip=true'" > ~/.mavenrc
Original file line number Diff line number Diff line change 391
391
</testExcludes >
392
392
</configuration >
393
393
</plugin >
394
+ <plugin >
395
+ <groupId >org.apache.felix</groupId >
396
+ <artifactId >maven-bundle-plugin</artifactId >
397
+ <version >2.5.4</version > <!-- For java 6, remain at older version -->
398
+ </plugin >
394
399
</plugins >
395
400
</pluginManagement >
401
+ <plugins >
402
+ <plugin >
403
+ <groupId >org.apache.felix</groupId >
404
+ <artifactId >maven-bundle-plugin</artifactId >
405
+ <version >2.5.4</version > <!-- For java 6, remain at older version -->
406
+ </plugin >
407
+ </plugins >
396
408
</build >
397
409
</profile >
398
410
<profile >
You can’t perform that action at this time.
0 commit comments