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

Invalid source paths in isa-graphparser/pom.xml #14

Open
igor-kupczynski opened this issue Jul 27, 2016 · 0 comments
Open

Invalid source paths in isa-graphparser/pom.xml #14

igor-kupczynski opened this issue Jul 27, 2016 · 0 comments

Comments

@igor-kupczynski
Copy link
Contributor

pom.xml for isa-graphparser contains inalid src and test directories

<sourceDirectory>src/main</sourceDirectory>
<testSourceDirectory>src/test</testSourceDirectory>

It should be

<sourceDirectory>src/main/java</sourceDirectory>
<testSourceDirectory>src/test/java</testSourceDirectory>

This is not an issue during build time, but when you import the maven project into IDE it guesses the source and test paths incorrectly.

By the way

<sourceDirectory>src/main/java</sourceDirectory>
<testSourceDirectory>src/test/java</testSourceDirectory>

this is the default, so it can be skipped.

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

No branches or pull requests

1 participant