Skip to content

Commit f75443c

Browse files
committed
Fixed working on the next release.
1 parent 97e4556 commit f75443c

File tree

16 files changed

+188
-509
lines changed

16 files changed

+188
-509
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/target
22
.settings
33
.project
4-
.classpath
4+
.classpath
5+
std
6+
err

full-build-9.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
setlocal
2+
echo Setting JAVA_HOME to %JAVA9_HOME%.
3+
set JAVA_HOME=%JAVA9_HOME%
4+
call mvn clean install --fail-at-end -DperformRelease -Pall,sonatype-oss-release
5+
endlocal

plugin/pom.xml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -58,25 +58,10 @@
5858
</exclusions>
5959
</dependency>
6060
<dependency>
61-
<groupId>com.sun.xml.bind</groupId>
62-
<artifactId>jaxb-core</artifactId>
63-
<scope>provided</scope>
64-
</dependency>
65-
<dependency>
66-
<groupId>com.sun.xml.bind</groupId>
67-
<artifactId>jaxb-core</artifactId>
68-
<scope>provided</scope>
69-
</dependency>
70-
<dependency>
71-
<groupId>com.sun.xml.bind</groupId>
61+
<groupId>org.glassfish.jaxb</groupId>
7262
<artifactId>jaxb-xjc</artifactId>
7363
<scope>provided</scope>
7464
</dependency>
75-
<!--dependency>
76-
<groupId>org.jvnet.jaxb2.maven2</groupId>
77-
<artifactId>maven-jaxb2-plugin-testing</artifactId>
78-
<scope>test</scope>
79-
</dependency-->
8065
<!-- Annox -->
8166
<dependency>
8267
<groupId>org.jvnet.annox</groupId>

plugin/src/test/java/org/jvnet/jaxb2_commons/plugin/PluginsTest.java

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)