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 problem #1

Merged
merged 8 commits into from
Sep 3, 2023
Merged

Fix problem #1

merged 8 commits into from
Sep 3, 2023

Conversation

kriegaex
Copy link
Contributor

@kriegaex kriegaex commented Sep 2, 2023

No description provided.

calling TestController.test() and then end the application.
when using ${argLine} by removing that option for now.
instead of bin. I do not see any reason why we should make a simple
build more complicated than necessary. Also, with nested submodules,
the fixed relative path would not work anymore.
The woven dependency 'ajc' will be copied, also containing the classes
from 'controller'. To avoid duplicates, exclude 'controller'. Because
Maven Dependency Plugin does not support excluding single dependencies,
only whole group IDs or artifact IDs, which might lead to problems
if the same artifact ID exists for multiple group IDs, we need to
two executions:
  - one to exclude the whole com.example.lost group ID
  - one to include the whole com.example.lost group ID, but exclude the
    controller artifact ID
@chuanghou chuanghou merged commit 6b8c653 into chuanghou:main Sep 3, 2023
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

2 participants