Skip to content

Commit

Permalink
RDAPI-30348 update pom.xml file and add in .csr-profile.json to
Browse files Browse the repository at this point in the history
facilitate making releases
  • Loading branch information
wlai-axway committed Aug 23, 2023
1 parent c827c2c commit 59b392a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions .csr-profile.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"version": "1.0",
"project": "Amplify - API - Gateway - Commons Email",
"repo_url": "https://github.com/Axway/commons-email",
"security_guide": "https://docs.axway.com/bundle/axway-open-docs/page/docs/apimgmt_security/index.html",
"requirements": {
"dependency-check": false,
"fortify": true,
"irius-risk": false,
"npm-audit": false,
"pentest": false,
"retirejs": false,
"twistlock": false,
"zap": false,
"yarn": false,
"jira": false,
"whitesource": false,
"appspider": false,
"insightvm": false
},
"suppressions": [
]
}

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@
</configuration>
</plugin>
<!-- Declaration place matters must be after gpg. -->
<plugin>
<!--plugin>
<groupId>org.apache.commons</groupId>
<artifactId>commons-release-plugin</artifactId>
<version>1.8.0</version>
Expand Down Expand Up @@ -424,7 +424,7 @@
</goals>
</execution>
</executions>
</plugin>
</plugin-->
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
Expand Down

0 comments on commit 59b392a

Please sign in to comment.