Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 54 of 54 for distribution (0.15 sec)

  1. doap_Maven.rdf

    project development management and comprehension tool. Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process. https://issues.apache.org/jira/browse/MNG https://maven.apache.org/mailing-lists.html...
    Others
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Fri Dec 01 11:47:44 GMT 2023
    - 31.2K bytes
    - Viewed (0)
  2. maven-core/src/main/resources/org/apache/maven/messages/build.properties

    # KIND, either express or implied.  See the License for the
    # specific language governing permissions and limitations
    # under the License.
    
    buildNumber=${buildNumber}
    version=${project.version}
    distributionId=${distributionId}
    distributionShortName=${distributionShortName}
    Properties
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Nov 07 12:35:52 GMT 2019
    - 956 bytes
    - Viewed (0)
  3. maven-compat/src/main/java/org/apache/maven/repository/legacy/resolver/transform/ArtifactTransformation.java

         */
        void transformForInstall(Artifact artifact, ArtifactRepository localRepository)
                throws ArtifactInstallationException;
    
        /**
         * Take in an artifact and return the transformed artifact for distributing to remote repository. If no
         * transformation has occurred the original artifact is returned.
         *
         * @param artifact         Artifact to be transformed.
         * @param remoteRepository the repository to deploy to
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Wed Sep 06 11:28:54 GMT 2023
    - 3.5K bytes
    - Viewed (0)
  4. maven-compat/src/main/java/org/apache/maven/repository/legacy/resolver/transform/ArtifactTransformationManager.java

         */
        void transformForInstall(Artifact artifact, ArtifactRepository localRepository)
                throws ArtifactInstallationException;
    
        /**
         * Take in an artifact and return the transformed artifact for distributing to a remote repository. If no
         * transformation has occurred the original artifact is returned.
         *
         * @param artifact         Artifact to be transformed.
         * @param remoteRepository the repository to deploy to
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Wed Sep 06 11:28:54 GMT 2023
    - 3.7K bytes
    - Viewed (0)
Back to top