Skip to content

Commit

Permalink
add maven endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
AmmarKarachi committed Nov 5, 2021
1 parent 94cf8da commit 39ddc0a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-beta.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,18 @@ const project = new AwsCdkConstructLibrary({
distName: 'aws-amplify.cdk.exported-backend',
module: 'aws_amplify.cdk.exported_backend',
},
releaseTagPrefix: 'latest',
publishToMaven: {
javaPackage: 'com.amplifyframework.cdk.exportedbackend',
mavenGroupId: 'com.amplifyframework',
mavenArtifactId: 'exported-backend',
mavenEndpoint: '${{ secrets.MAVEN_ENDPOINT }}'
},
jest: true,
cdkDependenciesAsDeps: true,
minNodeVersion: '14.17.6',
majorVersion: '0',
docgen: true,
npmDistTag: 'latest',
cdkDependencies: [
'@aws-cdk/aws-apigateway',
'@aws-cdk/aws-appsync',
Expand Down

0 comments on commit 39ddc0a

Please sign in to comment.