- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for projectRequired (0.06 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/plugin/annotations/Mojo.java
*/ @Nonnull String defaultPhase() default ""; /** * does your mojo requires a project to be executed? * @return requires a project */ boolean projectRequired() default true; /** * if the Mojo uses the Maven project and its subprojects. * @return uses the Maven project and its subprojects */ boolean aggregator() default false; /**
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Aug 29 18:21:40 UTC 2024 - 3.5K bytes - Viewed (0) -
api/maven-api-plugin/src/main/mdo/plugin.mdo
<type>boolean</type> <description>Flags this Mojo to require running inside of a project.</description> <defaultValue>true</defaultValue> </field> <field> <name>projectRequired</name> <version>2.0.0+</version> <type>boolean</type> <description>Flags this Mojo to require running inside of a project.</description> <defaultValue>true</defaultValue>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Tue Feb 25 08:28:41 UTC 2025 - 24.8K bytes - Viewed (0)