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

added comment that explaines that mvn resources:testResources has to be executed after each clean in Eclipse #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mvonrenteln
Copy link

Added comment:

/**
 * NOTE: The source files in src/test/resources/source have to be
 * copied to the output directory as .java-Files for this test to be 
 * sucessfull.
 * The Eclipse project configuration created with "mvn eclipse:eclipse"
 * excludes .java files in the resources dir by default. If this filter 
 * is removed the .java-Files are still comiled by eclipse before copying
 * it to the target directory.
 * 
 * So to launch this test in eclipse the following Maven command has to be 
 * executed after each "Project - clean" in Eclipse:
 * "mvn resources:testResources" 
 */

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.

1 participant