Skip to content

Commit

Permalink
Maven Attempt #2
Browse files Browse the repository at this point in the history
  • Loading branch information
howieavp76 authored and david-waltermire committed Jun 6, 2019
1 parent 5f1ecc0 commit 0a31959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,12 +265,12 @@ jobs: # a collection of build jobs
steps:
- *checkout
- *attach_build_workspace
- install-saxon #using local JAR file for now
- install-ajv
- run:
name: Generate round trip XML and JSON conversions
command: |
sudo apt-get install maven
mvn org.apache.maven.plugins:maven-dependency-plugin:2.10:get -DartifactId=Saxon-HE -DgroupId=net.sf.saxon -Dversion=$SAXON_VERSION
sudo pip install lxml
bash "$CICD_DIR/roundTripXML.sh" "$OSCAL_BUILD_DIR"
- *publish_artifacts
Expand Down

0 comments on commit 0a31959

Please sign in to comment.