Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into jsonp_ee_refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
alwin-joseph committed Sep 13, 2024
2 parents 92e986c + 8d7e110 commit 8b2ae91
Show file tree
Hide file tree
Showing 6,340 changed files with 749,772 additions and 285,593 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ el/bundle
jakartaeetck-bundles/
/tck-env.cfg
.DS_Store
wip-find.txt
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# Platform TCK refactoring

## One Time JavaTest Jar Install
The JavaTest jar with GAV coords javatest:javatest:5.0 does not exist in Maven Central,
so one needs to install the repo lib/javatest.jar into the local maven repo
in order to build this repo with Maven. To do this, execute:
```
mvn install:install-file -Dfile=lib/javatest.jar -DgroupId=javatest -DartifactId=javatest -Dversion=5.0 -Dpackaging=jar
```

## Build

From the root folder, try:
Expand Down
31 changes: 0 additions & 31 deletions appclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,6 @@
<groupId>jakarta.persistence</groupId>
<artifactId>jakarta.persistence-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.xml.ws</groupId>
<artifactId>jakarta.xml.ws-api</artifactId>
</dependency>
<dependency>
<groupId>javatest</groupId>
<artifactId>javatest</artifactId>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>

<build>
Expand All @@ -104,27 +94,6 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-maven-plugin</artifactId>
<executions>
<execution>
<id>hello-service-testapp</id>
<goals>
<goal>wsimport</goal>
</goals>
<phase>generate-sources</phase>
<configuration>
<wsdlDirectory>${project.basedir}/src/main/java/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/</wsdlDirectory>
<wsdlFiles>
<wsdlFile>HelloService.wsdl</wsdlFile>
</wsdlFiles>
<packageName>com.sun.ts.tests.appclient.deploy.metadatacomplete.testapp</packageName>
<sourceDestDir>${project.build.directory}/generated-sources/</sourceDestDir>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 8b2ae91

Please sign in to comment.