Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct java examples #498

Merged
merged 1 commit into from
Aug 3, 2018
Merged

Correct java examples #498

merged 1 commit into from
Aug 3, 2018

Conversation

RomainMuller
Copy link
Contributor

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license.

@@ -6,7 +6,7 @@ const mavenFromNpm = name => ({
repo: path.join(path.dirname(require.resolve(name)), 'maven-repo'),
});

const cdk = mavenFromNpm('aws-cdk-java');
const cdk = mavenFromNpm('aws-cdk');
const jsii = mavenFromNpm('jsii-java-runtime');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am wondering if it will make more sense to just use the published maven artifacts instead of generate the pom so this is iidiomatic

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's basically what I'm doing here... Just figuring out the latest version numbers... Honestly this is just what I needed to fix in order to validate the maven staging artifacts... Just wanted those changes not to be lost :)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should move those examples to a separate repo so people can clone it and use as a basis for their app.

@eladb eladb merged commit b449171 into master Aug 3, 2018
@RomainMuller RomainMuller deleted the rmuller/java-examples branch February 22, 2019 09:16
@NGL321 NGL321 added the contribution/core This is a PR that came from AWS. label Sep 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants