question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[FEATURE REQUEST] Command to build selected module with all required modules

See original GitHub issue

Command to build selected module with all required modules. For example:

mvn install -pl module-abc -am

Issue Analytics

  • State:open
  • Created 8 years ago
  • Reactions:1
  • Comments:16 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
krasacommented, Mar 3, 2022

Dmaven.multiModuleProjectDirectory and -f pomname is set here (mavenProject.getDirectory(), null), so it could be customized somehow: https://github.com/krasa/MavenHelper/blob/1309372be0c0752328f51105e945d0d95867f187/src/main/java/krasa/mavenhelper/action/RunTestFileAction.java#L51

0reactions
krasacommented, Mar 3, 2022

you could try intellij support, it should just work, if the maven setup is correct and JUnit plugin is enabled

Read more comments on GitHub >

github_iconTop Results From Across the Web

New features — Modules documentation
Modules loaded by other modules with the module try-load command are now considered optional requirements. Dependent module can be loaded without the try-load ......
Read more >
Guide to Working with Multiple Modules - Apache Maven
Collects all the available modules to build; Sorts the projects into the correct build order; Builds the selected projects in order. Reactor Sorting....
Read more >
Feature modules - Angular
A feature module delivers a cohesive set of functionality focused on a specific application need such as a user workflow, routing, or forms....
Read more >
How to Use Go Modules | DigitalOcean
A Go module commonly consists of one project or library and contains ... In your projects directory, run the following command to create...
Read more >
Go Modules Reference - The Go Programming Language
If the module path appears in a require directive and is not replaced, or if the module paths appears on the right side...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found