diff --git a/add-resource-mojo.html b/add-resource-mojo.html index a60f48ae..48b3f60f 100644 --- a/add-resource-mojo.html +++ b/add-resource-mojo.html @@ -2,7 +2,7 @@ @@ -49,8 +49,8 @@
  • MojoHaus/
  • Build Helper Maven Plugin/
  • build-helper:add-resource
  • -
  • | Last Published: 2023-05-12
  • -
  • |Version: 3.4.0
  • +
  • | Last Published: 2023-11-24
  • +
  • |Version: 3.5.0
  • Maven
  • @@ -85,7 +85,7 @@

    build-helper:add-resource

    Full name:

    -

    org.codehaus.mojo:build-helper-maven-plugin:3.4.0:add-resource

    +

    org.codehaus.mojo:build-helper-maven-plugin:3.5.0:add-resource

    Description:

    @@ -106,7 +106,7 @@

    build-helper:add-resource

    Required Parameters

    - +
    @@ -132,6 +132,45 @@

    Required Parameters

    +

    Optional Parameters

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeSinceDescription
    <skipAddResource>boolean3.5.0Skip plugin execution.
    Default value is: false.
    User property is: buildhelper.addresource.skip.
    <skipAddResourceIfMissing>boolean3.5.0If a resource directory does not exist, do not add it as a root.
    Default value is: false.
    User property is: buildhelper.addresource.skipIfMissing.
    +
    +

    Parameter Details

    <resources>

    @@ -143,6 +182,38 @@

    <resources><
  • Type: org.apache.maven.model.Resource[]
  • Required: Yes
  • +

    +

    <skipAddResource>

    + +
    Skip plugin execution.
    + +
      + +
    • Type: boolean
    • + +
    • Since: 3.5.0
    • + +
    • Required: No
    • + +
    • User Property: buildhelper.addresource.skip
    • + +
    • Default: false
    • +

    +

    <skipAddResourceIfMissing>

    + +
    If a resource directory does not exist, do not add it as a root.
    + +
      + +
    • Type: boolean
    • + +
    • Since: 3.5.0
    • + +
    • Required: No
    • + +
    • User Property: buildhelper.addresource.skipIfMissing
    • + +
    • Default: false
    diff --git a/add-source-mojo.html b/add-source-mojo.html index e4fe11ad..70c1502e 100644 --- a/add-source-mojo.html +++ b/add-source-mojo.html @@ -2,7 +2,7 @@ @@ -49,8 +49,8 @@
  • MojoHaus/
  • Build Helper Maven Plugin/
  • build-helper:add-source
  • -
  • | Last Published: 2023-05-12
  • -
  • |Version: 3.4.0
  • +
  • | Last Published: 2023-11-24
  • +
  • |Version: 3.5.0
  • Maven
  • @@ -85,7 +85,7 @@

    build-helper:add-source

    Full name:

    -

    org.codehaus.mojo:build-helper-maven-plugin:3.4.0:add-source

    +

    org.codehaus.mojo:build-helper-maven-plugin:3.5.0:add-source

    Description:

    @@ -106,7 +106,7 @@

    build-helper:add-source

    Required Parameters

    - +
    @@ -132,8 +132,79 @@

    Required Parameters

    +

    Optional Parameters

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeSinceDescription
    <skipAddSource>boolean3.5.0Skip plugin execution.
    Default value is: false.
    User property is: buildhelper.addsource.skip.
    <skipAddSourceIfMissing>boolean3.5.0If a directory does not exist, do not add it as a source root.
    Default value is: false.
    User property is: buildhelper.addsource.skipIfMissing.
    +
    +

    Parameter Details

    +

    <skipAddSource>

    + +
    Skip plugin execution.
    + +
      + +
    • Type: boolean
    • + +
    • Since: 3.5.0
    • + +
    • Required: No
    • + +
    • User Property: buildhelper.addsource.skip
    • + +
    • Default: false
    • +

    +

    <skipAddSourceIfMissing>

    + +
    If a directory does not exist, do not add it as a source root.
    + +
      + +
    • Type: boolean
    • + +
    • Since: 3.5.0
    • + +
    • Required: No
    • + +
    • User Property: buildhelper.addsource.skipIfMissing
    • + +
    • Default: false
    • +

    <sources>

    Additional source directories.
    diff --git a/add-test-resource-mojo.html b/add-test-resource-mojo.html index f16e888f..4671c6d5 100644 --- a/add-test-resource-mojo.html +++ b/add-test-resource-mojo.html @@ -2,7 +2,7 @@ @@ -49,8 +49,8 @@
  • MojoHaus/
  • Build Helper Maven Plugin/
  • build-helper:add-test-resource
  • -
  • | Last Published: 2023-05-12
  • -
  • |Version: 3.4.0
  • +
  • | Last Published: 2023-11-24
  • +
  • |Version: 3.5.0
  • Maven
  • @@ -85,7 +85,7 @@

    build-helper:add-test-resource<

    Full name:

    -

    org.codehaus.mojo:build-helper-maven-plugin:3.4.0:add-test-resource

    +

    org.codehaus.mojo:build-helper-maven-plugin:3.5.0:add-test-resource

    Description:

    @@ -106,7 +106,7 @@

    build-helper:add-test-resource<

    Required Parameters

    - +
    @@ -132,6 +132,45 @@

    Required Parameters

    +

    Optional Parameters

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeSinceDescription
    <skipAddTestResource>boolean3.5.0Skip plugin execution.
    Default value is: false.
    User property is: buildhelper.addtestresource.skip.
    <skipAddTestResourceIfMissing>boolean3.5.0If a test resource directory does not exist, do not add it as a root.
    Default value is: false.
    User property is: buildhelper.addtestresource.skipIfMissing.
    +
    +

    Parameter Details

    <resources>

    @@ -143,6 +182,38 @@

    <resources><
  • Type: org.apache.maven.model.Resource[]
  • Required: Yes
  • +

    +

    <skipAddTestResource>

    + +
    Skip plugin execution.
    + +
      + +
    • Type: boolean
    • + +
    • Since: 3.5.0
    • + +
    • Required: No
    • + +
    • User Property: buildhelper.addtestresource.skip
    • + +
    • Default: false
    • +

    +

    <skipAddTestResourceIfMissing>

    + +
    If a test resource directory does not exist, do not add it as a root.
    + +
      + +
    • Type: boolean
    • + +
    • Since: 3.5.0
    • + +
    • Required: No
    • + +
    • User Property: buildhelper.addtestresource.skipIfMissing
    • + +
    • Default: false

    diff --git a/add-test-source-mojo.html b/add-test-source-mojo.html index 87db9eb7..ec8171ea 100644 --- a/add-test-source-mojo.html +++ b/add-test-source-mojo.html @@ -2,7 +2,7 @@ @@ -49,8 +49,8 @@
  • MojoHaus/
  • Build Helper Maven Plugin/
  • build-helper:add-test-source
  • -
  • | Last Published: 2023-05-12
  • -
  • |Version: 3.4.0
  • +
  • | Last Published: 2023-11-24
  • +
  • |Version: 3.5.0
  • Maven
  • @@ -85,7 +85,7 @@

    build-helper:add-test-source

    Full name:

    -

    org.codehaus.mojo:build-helper-maven-plugin:3.4.0:add-test-source

    +

    org.codehaus.mojo:build-helper-maven-plugin:3.5.0:add-test-source

    Description:

    @@ -106,7 +106,7 @@

    build-helper:add-test-source

    Required Parameters

    - +
    @@ -132,8 +132,79 @@

    Required Parameters

    +

    Optional Parameters

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeSinceDescription
    <skipAddTestSource>boolean3.5.0Skip plugin execution.
    Default value is: false.
    User property is: buildhelper.addtestsource.skip.
    <skipAddTestSourceIfMissing>boolean3.5.0If a directory does not exist, do not add it as a test source root.
    Default value is: false.
    User property is: buildhelper.addtestsource.skipIfMissing.
    +
    +

    Parameter Details

    +

    <skipAddTestSource>

    + +
    Skip plugin execution.
    + +
      + +
    • Type: boolean
    • + +
    • Since: 3.5.0
    • + +
    • Required: No
    • + +
    • User Property: buildhelper.addtestsource.skip
    • + +
    • Default: false
    • +

    +

    <skipAddTestSourceIfMissing>

    + +
    If a directory does not exist, do not add it as a test source root.
    + +
      + +
    • Type: boolean
    • + +
    • Since: 3.5.0
    • + +
    • Required: No
    • + +
    • User Property: buildhelper.addtestsource.skipIfMissing
    • + +
    • Default: false
    • +

    <sources>

    Additional test source directories.
    diff --git a/apidocs/allclasses-index.html b/apidocs/allclasses-index.html index 6df73dd6..cf419e5f 100644 --- a/apidocs/allclasses-index.html +++ b/apidocs/allclasses-index.html @@ -1,25 +1,20 @@ - -All Classes and Interfaces (Build Helper Maven Plugin 3.4.0 API) + +All Classes and Interfaces (Build Helper Maven Plugin 3.5.0 API) - -
    @@ -160,6 +169,10 @@

    Tree (Class Hierarchy)

  • When viewing a particular package, class or interface page, clicking on TREE displays the hierarchy for only that package.
  • +
    +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to shortcomings, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +

    All Packages

    The All Packages page contains an alphabetic index of all packages contained in the documentation.

    diff --git a/apidocs/index-all.html b/apidocs/index-all.html index 25f21394..0144bfef 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -1,15 +1,14 @@ - -Index (Build Helper Maven Plugin 3.4.0 API) + +Index (Build Helper Maven Plugin 3.5.0 API) - @@ -24,7 +23,7 @@
    diff --git a/apidocs/org/codehaus/mojo/buildhelper/AddSourceMojo.html b/apidocs/org/codehaus/mojo/buildhelper/AddSourceMojo.html index 39279b2d..d4e86b2f 100644 --- a/apidocs/org/codehaus/mojo/buildhelper/AddSourceMojo.html +++ b/apidocs/org/codehaus/mojo/buildhelper/AddSourceMojo.html @@ -1,25 +1,20 @@ - -AddSourceMojo (Build Helper Maven Plugin 3.4.0 API) + +AddSourceMojo (Build Helper Maven Plugin 3.5.0 API) - -
    +
  • +
    +

    isSkip

    +
    protected boolean isSkip()
    +
    +
    Specified by:
    +
    isSkip in class AbstractAddResourceMojo
    +
    +
    +
  • +
  • +
    +

    isSkipIfMissing

    +
    protected boolean isSkipIfMissing()
    +
    +
    Specified by:
    +
    isSkipIfMissing in class AbstractAddResourceMojo
    +
    +
    +
  • diff --git a/apidocs/org/codehaus/mojo/buildhelper/AddTestSourceMojo.html b/apidocs/org/codehaus/mojo/buildhelper/AddTestSourceMojo.html index 8ca0617c..a671a1e3 100644 --- a/apidocs/org/codehaus/mojo/buildhelper/AddTestSourceMojo.html +++ b/apidocs/org/codehaus/mojo/buildhelper/AddTestSourceMojo.html @@ -1,25 +1,20 @@ - -AddTestSourceMojo (Build Helper Maven Plugin 3.4.0 API) + +AddTestSourceMojo (Build Helper Maven Plugin 3.5.0 API) - -