Skip to content

Commit

Permalink
Fix for inter-dependent maven modules forcing build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun Jain authored and goneall committed Mar 11, 2024
1 parent 322336c commit b725783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/spdx/maven/CreateSpdxMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
*/
@Mojo( name = "createSPDX",
defaultPhase = LifecyclePhase.VERIFY,
requiresDependencyResolution = ResolutionScope.TEST )
requiresOnline = true )
public class CreateSpdxMojo extends AbstractMojo
{
public static final String INCLUDE_ALL = "**/*";
Expand Down

0 comments on commit b725783

Please sign in to comment.