-
Notifications
You must be signed in to change notification settings - Fork 9
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
New copy-file goal #204
New copy-file goal #204
Conversation
0e11095
to
a3bc6f9
Compare
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
a3bc6f9
to
298e886
Compare
Hi, @pzygielo , I added new lines in commit messages. Can you please review again? |
This comment was marked as resolved.
This comment was marked as resolved.
To copy files or the main artifact to a new location.
To copy files or the main artifact to a new location.
Fix copyright headers. Overwrite file if exists.
Skip property to allow skipping execution
Require destFile if skip=false
Update javadoc for the copy-file goal
298e886
to
1dbe3f1
Compare
@pzygielo, I removed all changes related to the |
Use streamLogsOnFailures on invoker to log maven output if a test fails
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- I'd like to know the outcome of Dev profile to update modules without building the whole GlassFish distribution glassfish#24985 - that this goal is really needed here.
This goal is useful by itself, even without eclipse-ee4j/glassfish#24985. I use it already, built from sources. With eclipse-ee4j/glassfish#24985, it would be just easier to use with GlassFish, with less custom configuration in settings.xml and IDE or CLI. |
To copy files or the main artifact to a new location.
Example usage in
it
tests.I intend to use this in a new GlassFish "dev" profile that will automatically copy built modules to the GlassFish distribution, which will apply the code changes without building the whole GlassFish.