All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.netbeans.modules.maven.grammar.assembly-1.0.0.xsd Maven / Gradle / Ivy

There is a newer version: RELEASE240
Show newest version



  
    
      1.0.0
      Describes the assembly layout and packaging.
    
  
  
    
      1.0.0
      Describes the assembly layout and packaging.
    
    
      
        
          1.0.0
          
            The id of this assembly. This is a symbolic name for a
            particular assembly of files from this project.
          
        
      
      
        
          1.0.0
          
            
            Specify the formats of the assembly.  A format is specified by 
            supplying one of the following values in a <format> subelement:
            <ul>
              <li><b>"zip"</b> - Creates a ZIP file format</li>
              <li><b>"gz"</b> - Creates a GZIP format</li>
              <li><b>"tar"</b> - Creates a TAR format</li>
              <li><b>"tar.gz"</b> - Creates a gzip'd TAR format</li>
              <li><b>"tar.bz2</b> - Creates a bzip'd TAR format</li>
            </ul>
            
          
        
        
          
            
          
        
      
      
        
          0.0.0+
          
            Includes a base directory in the final archive. For example,
            if you are creating an assembly named "your-app", setting
            includeBaseDirectory to true will create an archive that
            includes this base directory. If this option is set to false
            the archive created will unzip its content to the current
            directory.
          
        
      
      
        
          0.0.0+
        
      
      
        
          1.0.0
          
            Specify which modules source files to include in the assembly
          
        
        
          
            
          
        
      
      
        
          1.0.0
          
            Specify assembly parameters for groups of files.
          
        
        
          
            
          
        
      
      
        
          1.0.0
          
            Specify assembly parameters for single files.
          
        
        
          
            
          
        
      
      
        
          1.0.0
          
            Specify assembly behavior for sets of dependencies.
          
        
        
          
            
          
        
      
      
        
          1.0.0
          
            Specify assembly behavior for sets of repositories.
          
        
        
          
            
          
        
      
      
        
          1.0.0
          
            File relative to basedir containing Component.
          
        
        
          
            
          
        
      
    
  
  
    
      1.0.0
      Defines a Maven repository to be included in the assembly.
    
    
      
        
          1.0.0
          
            If set to true, this property will trigger the creation of repository
            metadata which will allow the repository to be used as a functional remote
            repository.
          
        
      
      
        
          1.0.0
          Align a group to a version or an individual artifact.
        
        
          
            
          
        
      
      
        
          1.0.0
          
            Specifies the output directory relative to the root
            of the root directory of the assembly. For example,
            "log" will put the specified files in the log directory.
          
        
      
      
        
          1.0.0
          
            
            When &lt;include&gt; subelements are present, they define
            a set of files and directory to include.
            
          
        
        
          
            
          
        
      
      
        
          1.0.0
          
            
            When &lt;exclude&gt; subelements are present, they define
            a set of files and directory to exclude.
            
          
        
        
          
            
          
        
      
      
        
          1.0.0
          
            
            Similar to a UNIX permission.  Format: (User)(Group)(Other) where each
            component is a sum of Read = 4, Write = 2, and Execute = 1.  For example,
            the default value of 0644 translates to User read-write, Group and Other
            read-only.
            <a href="http://www.onlamp.com/pub/a/bsd/2000/09/06/FreeBSD_Basics.html">(more on unix-style permissions)</a>
          	
          
        
      
      
        
          1.0.0
          
            
            Similar to a UNIX permission.  Format: (User)(Group)(Other) where each
            component is a sum of Read = 4, Write = 2, and Execute = 1.  For example,
            the default value of 0644 translates to User read-write, Group and Other
            read-only.
            <a href="http://www.onlamp.com/pub/a/bsd/2000/09/06/FreeBSD_Basics.html">(more on unix-style permissions)</a>
          	
          
        
      
    
  
  
    
      1.0.0
      Defines a Maven repository to be included in the assembly.
    
    
      
        
          1.0.0
          The groupId for which you want to align the versions.
        
      
      
        
          1.0.0
          The version you want to align this group to.
        
      
      
        
          1.0.0
          Artifact Ids of the artifacts you want excluded from version alignment.
        
        
          
            
          
        
      
    
  
  
    
      1.0.0
      Defines a dependency set
    
    
      
        
          1.0.0
          
            Specify the mapping pattern for all dependencies included
            in this assembly.
            Default is ${artifactId}-${version}.${extension}.
          
        
      
      
        
          0.0.0+
          
            If set to true, this property will unpack all dependencies
            into the specified output directory. When set to false
            dependencies will be includes as archives (jars).
            Default value is false.
          
        
      
      
        
          1.0.0
          
            Specifies the dependency scope for this dependencySet.
            Default scope value is "runtime".
          
        
      
      
        
          1.0.0
          
            Specifies the output directory relative to the root
            of the root directory of the assembly. For example,
            "log" will put the specified files in the log directory.
          
        
      
      
        
          1.0.0
          
            
            When &lt;include&gt; subelements are present, they define
            a set of files and directory to include.
            
          
        
        
          
            
          
        
      
      
        
          1.0.0
          
            
            When &lt;exclude&gt; subelements are present, they define
            a set of files and directory to exclude.
            
          
        
        
          
            
          
        
      
      
        
          1.0.0
          
            
            Similar to a UNIX permission.  Format: (User)(Group)(Other) where each
            component is a sum of Read = 4, Write = 2, and Execute = 1.  For example,
            the default value of 0644 translates to User read-write, Group and Other
            read-only.
            <a href="http://www.onlamp.com/pub/a/bsd/2000/09/06/FreeBSD_Basics.html">(more on unix-style permissions)</a>
          	
          
        
      
      
        
          1.0.0
          
            
            Similar to a UNIX permission.  Format: (User)(Group)(Other) where each
            component is a sum of Read = 4, Write = 2, and Execute = 1.  For example,
            the default value of 0644 translates to User read-write, Group and Other
            read-only.
            <a href="http://www.onlamp.com/pub/a/bsd/2000/09/06/FreeBSD_Basics.html">(more on unix-style permissions)</a>
          	
          
        
      
    
  
  
    
      1.0.0
    
    
      
        
          1.0.0
          
          
            This is a list of &lt;include&gt; elements, each containing a module reference of the type groupId:artifactId.
            Modules matching these elements will be included in this set.
            
          
        
        
          
            
          
        
      
      
        
          1.0.0
          
          
            This is a list of &lt;exclude&gt; elements, each containing a module reference of the type groupId:artifactId.
            Modules matching these elements will be excluded from this set.
            
          
        
        
          
            
          
        
      
      
        
          1.0.0
          
            When this is configured, the plugin will include the source files of the included modules from this set in 
            the resulting assembly, according to the configuration.
          
        
      
      
        
          1.0.0
          
            When this is configured, the plugin will include the binaries of the included modules from this set in 
            the resulting assembly, according to the configuration.
          
        
      
    
  
  
    
      1.0.0
      Configuration for including the source files for a Module in an assembly.
    
    
      
        
          1.0.0
          
            Specifies the output directory relative to the root
            of the root directory of the assembly. For example,
            "log" will put the specified files in the log directory.
          
        
      
      
        
          1.0.0
          
            
            When &lt;include&gt; subelements are present, they define
            a set of files and directory to include.
            
          
        
        
          
            
          
        
      
      
        
          1.0.0
          
            
            When &lt;exclude&gt; subelements are present, they define
            a set of files and directory to exclude.
            
          
        
        
          
            
          
        
      
      
        
          1.0.0
          
            
            Similar to a UNIX permission.  Format: (User)(Group)(Other) where each
            component is a sum of Read = 4, Write = 2, and Execute = 1.  For example,
            the default value of 0644 translates to User read-write, Group and Other
            read-only.
            <a href="http://www.onlamp.com/pub/a/bsd/2000/09/06/FreeBSD_Basics.html">(more on unix-style permissions)</a>
          	
          
        
      
      
        
          1.0.0
          
            
            Similar to a UNIX permission.  Format: (User)(Group)(Other) where each
            component is a sum of Read = 4, Write = 2, and Execute = 1.  For example,
            the default value of 0644 translates to User read-write, Group and Other
            read-only.
            <a href="http://www.onlamp.com/pub/a/bsd/2000/09/06/FreeBSD_Basics.html">(more on unix-style permissions)</a>
          	
          
        
      
    
  
  
    
      1.0.0
      Configuration for including the binary files for a Module in an assembly.
    
    
      
        
          1.0.0
          
            If set to true, the plugin will include the direct and transitive dependencies of
            of the project modules included here.  Otherwise, it will only include the module
            packages only. Default value is false.
          
        
      
      
        
          0.0.0+
          
            If set to true, this property will unpack all module packages
            into the specified output directory. When set to false
            module packages will be included as archives (jars).
            Default value is true.
          
        
      
      
        
          1.0.0
          
            Specify the mapping pattern for all dependencies included
            in this assembly.
            Default is ${artifactId}-${version}.${extension}.
          
        
      
      
        
          1.0.0
          
            Specifies the output directory relative to the root
            of the root directory of the assembly. For example,
            "log" will put the specified files in the log directory.
          
        
      
      
        
          1.0.0
          
            
            When &lt;include&gt; subelements are present, they define
            a set of files and directory to include.
            
          
        
        
          
            
          
        
      
      
        
          1.0.0
          
            
            When &lt;exclude&gt; subelements are present, they define
            a set of files and directory to exclude.
            
          
        
        
          
            
          
        
      
      
        
          1.0.0
          
            
            Similar to a UNIX permission.  Format: (User)(Group)(Other) where each
            component is a sum of Read = 4, Write = 2, and Execute = 1.  For example,
            the default value of 0644 translates to User read-write, Group and Other
            read-only.
            <a href="http://www.onlamp.com/pub/a/bsd/2000/09/06/FreeBSD_Basics.html">(more on unix-style permissions)</a>
          	
          
        
      
      
        
          1.0.0
          
            
            Similar to a UNIX permission.  Format: (User)(Group)(Other) where each
            component is a sum of Read = 4, Write = 2, and Execute = 1.  For example,
            the default value of 0644 translates to User read-write, Group and Other
            read-only.
            <a href="http://www.onlamp.com/pub/a/bsd/2000/09/06/FreeBSD_Basics.html">(more on unix-style permissions)</a>
          	
          
        
      
    
  
  
    
      1.0.0
      
        Allows individual file copy with option to change destination
        file name not supported by fileSet
      
    
    
      
        
          1.0.0
          
            Absolute or relative from the module's directory.
          
        
      
      
        
          1.0.0
          
            Specifies the output directory relative to the root
            of the root directory of the assembly. For example,
            "log" will put the specified files in the log directory.
          
        
      
      
        
          1.0.0
          
            Destination file name in outputDirectory.
            Default is the same name as the source's file.
          
        
      
      
        
          1.0.0
          
            
            Similar to a UNIX permission.  Format: (User)(Group)(Other) where each
            component is a sum of Read = 4, Write = 2, and Execute = 1.  For example,
            the default value of 0644 translates to User read-write, Group and Other 
            read-only. 
            <a href="http://www.onlamp.com/pub/a/bsd/2000/09/06/FreeBSD_Basics.html">(more on unix-style permissions)</a>
          	
          
        
      
      
        
          1.0.0
          
            
            Controls the line-endings of files in this fileSet.
            Valid values are: 
            <ul>
              <li><b>"keep"</b> - Preserve all line endings</li>
              <li><b>"unix"</b> - Use Unix-style line endings</li>
              <li><b>"lf"</b> - Use a single line-feed line endings</li>
              <li><b>"dos"</b> - Use DOS-style line endings</li>
              <li><b>"crlf"</b> - Use Carraige-return, line-feed line endings</li>
            </ul>
            
          
        
      
      
        
          1.0.0
          
            Flag used to determine if the file is filtered.
          
        
      
    
  
  
    
      1.0.0
    
    
      
        
          1.0.0
          
            Absolute or relative from the module's directory. For
            example, "src/main/bin" would select this subdirectory
            of the project in which this dependency is defined.
          
        
      
      
        
          1.0.0
          
            
            Controls the line-endings of files in this fileSet.
            Valid values:
            <ul>
              <li><b>"keep"</b> - Preserve all line endings</li>
              <li><b>"unix"</b> - Use Unix-style line endings</li>
              <li><b>"lf"</b> - Use a single line-feed line endings</li>
              <li><b>"dos"</b> - Use DOS-style line endings</li>
              <li><b>"crlf"</b> - Use Carraige-return, line-feed line endings</li>
            </ul>
            
          
        
      
      
        
          1.0.0
          
            Specifies the output directory relative to the root
            of the root directory of the assembly. For example,
            "log" will put the specified files in the log directory.
          
        
      
      
        
          1.0.0
          
            
            When &lt;include&gt; subelements are present, they define
            a set of files and directory to include.
            
          
        
        
          
            
          
        
      
      
        
          1.0.0
          
            
            When &lt;exclude&gt; subelements are present, they define
            a set of files and directory to exclude.
            
          
        
        
          
            
          
        
      
      
        
          1.0.0
          
            
            Similar to a UNIX permission.  Format: (User)(Group)(Other) where each
            component is a sum of Read = 4, Write = 2, and Execute = 1.  For example,
            the default value of 0644 translates to User read-write, Group and Other
            read-only.
            <a href="http://www.onlamp.com/pub/a/bsd/2000/09/06/FreeBSD_Basics.html">(more on unix-style permissions)</a>
          	
          
        
      
      
        
          1.0.0
          
            
            Similar to a UNIX permission.  Format: (User)(Group)(Other) where each
            component is a sum of Read = 4, Write = 2, and Execute = 1.  For example,
            the default value of 0644 translates to User read-write, Group and Other
            read-only.
            <a href="http://www.onlamp.com/pub/a/bsd/2000/09/06/FreeBSD_Basics.html">(more on unix-style permissions)</a>
          	
          
        
      
    
  




© 2015 - 2025 Weber Informatics LLC | Privacy Policy