Skip to content

Commit

Permalink
removed release to Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfadr committed May 31, 2021
1 parent 4afeb45 commit 8b297db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@ const project = new AwsCdkConstructLibrary({
// projectType: ProjectType.UNKNOWN, /* Which type of project this is (library/app). */
// releaseWorkflow: undefined, /* Define a GitHub workflow for releasing from "main" when new versions are bumped. */

/*
publishToMaven: {
mavenGroupId: 'com.tts.cdk',
mavenArtifactId: 'build-pipelines',
javaPackage: 'com.tts.cdk.buildpipelines',
mavenRepositoryUrl: process.env.MAVEN_REPOSITORY_URL ?? '',
mavenServerId: process.env.MAVEN_SERVER_ID ?? '',
},
*/

/*
publishToPypi: {
Expand Down

0 comments on commit 8b297db

Please sign in to comment.