Skip to content

Commit

Permalink
Merge pull request eclipse-esmf#530 from bci-oss/529-update-to-aas4j-1.0
Browse files Browse the repository at this point in the history
Update to AAS4J 1.0.0
  • Loading branch information
atextor authored Feb 23, 2024
2 parents 04d45ac + d80120e commit 7690a6b
Show file tree
Hide file tree
Showing 41 changed files with 568 additions and 695 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull-request-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@ jobs:
run: |
java --version
export MAVEN_OPTS="-Xmx4096m"
export JAVA_TOOL_OPTIONS="-Dfile.encoding=UTF8"
mvn -B -pl '!org.eclipse.esmf:samm-cli' clean install -Dmaven.wagon.httpconnectionManager.ttlSeconds=60
cd tools/samm-cli
unset JAVA_TOOL_OPTIONS
mvn -B clean verify -Dmaven.wagon.httpconnectionManager.ttlSeconds=60
mvn -B verify -Pnative -Dmaven.wagon.httpconnectionManager.ttlSeconds=60
shell: bash
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
- name: Build and run tests
run: |
export MAVEN_OPTS="-Xmx4096m"
export JAVA_TOOL_OPTIONS="-Dfile.encoding=UTF8"
# Required for reactor dependencies
mvn clean install -DskipTests -Dmaven.javadoc.skip=true
mvn versions:set -DnewVersion=${{ github.event.inputs.release_version }}
Expand All @@ -101,6 +102,7 @@ jobs:
mvn -B -pl '!org.eclipse.esmf:samm-cli' clean deploy -Dmaven.wagon.httpconnectionManager.ttlSeconds=60 -DaltDeploymentRepository=local::default::file://nexus-staging -Psign
# Build of CLI
pushd tools/samm-cli
unset JAVA_TOOL_OPTIONS
mvn -B clean verify -Dmaven.wagon.httpconnectionManager.ttlSeconds=60
mvn -B verify -Pnative -Dmaven.wagon.httpconnectionManager.ttlSeconds=60
popd
Expand Down
314 changes: 0 additions & 314 deletions core/esmf-aspect-meta-model-java/buildSrc/main/groovy/unit2java.groovy

This file was deleted.

Loading

0 comments on commit 7690a6b

Please sign in to comment.