Class MavenPackaging

  • All Implemented Interfaces:
    software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.96.0 (build 921e240)",
               date="2024-03-28T21:16:43.144Z")
    @Stability(Experimental)
    public class MavenPackaging
    extends Component
    (experimental) Configures a maven project to produce a .jar archive with sources and javadocs.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  MavenPackaging.Builder
      (experimental) A fluent builder for MavenPackaging.
      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
      • Nested classes/interfaces inherited from interface software.constructs.IConstruct

        software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
    • Constructor Detail

      • MavenPackaging

        protected MavenPackaging​(software.amazon.jsii.JsiiObjectRef objRef)
      • MavenPackaging

        protected MavenPackaging​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • MavenPackaging

        @Stability(Experimental)
        public MavenPackaging​(@NotNull
                              Project project,
                              @NotNull
                              Pom pom,
                              @Nullable
                              MavenPackagingOptions options)
        Parameters:
        project - This parameter is required.
        pom - This parameter is required.
        options -
      • MavenPackaging

        @Stability(Experimental)
        public MavenPackaging​(@NotNull
                              Project project,
                              @NotNull
                              Pom pom)
        Parameters:
        project - This parameter is required.
        pom - This parameter is required.
    • Method Detail

      • getDistdir

        @Stability(Experimental)
        @NotNull
        public String getDistdir()
        (experimental) The directory containing the package output, relative to the project outdir.