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

Fix resources in containers #4498

Merged
merged 1 commit into from
Jun 9, 2020
Merged

Conversation

jansupol
Copy link
Contributor

@jansupol jansupol commented Jun 2, 2020

Signed-off-by: Jan Supol [email protected]

Copy link
Member

@Tomas-Kraus Tomas-Kraus left a comment

Choose a reason for hiding this comment

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

Consider this as approved if you answer my questions with something that makes sense. :)


<resources>
<resource>
<directory>${basedir}/src/main/java</directory>
Copy link
Member

Choose a reason for hiding this comment

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

Why do you have META-INF in src/main/java? I would move it to src/main/resources.

Copy link
Contributor

Choose a reason for hiding this comment

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

this whole block is redundant and is being removed from Jersey...

Copy link
Member

Choose a reason for hiding this comment

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

Yes, but still, things like META-INF shall be in src/main/resources.

<resource>
<directory>${basedir}/src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
</build>

<profiles>
<profile>
<id>testsSkipJdk6</id>
Copy link
Member

@Tomas-Kraus Tomas-Kraus Jun 9, 2020

Choose a reason for hiding this comment

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

Does it make sense to support such historical artifact like Java 1.6?

Copy link
Contributor

Choose a reason for hiding this comment

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

probably that is why this profile is being removed...

Copy link
Member

Choose a reason for hiding this comment

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

Yes. My fault, I somehow did not realize that this is "red". :)

@senivam senivam merged commit 012ffb5 into eclipse-ee4j:master Jun 9, 2020
@senivam senivam added this to the 2.32 milestone Jun 18, 2020
@jansupol jansupol self-assigned this Jun 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants