Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for helper (0.24 sec)

  1. maven-core/src/test/projects/project-builder/MNG-6983/pom.xml

        <artifactId>child</artifactId>
        <packaging>jar</packaging>
    
        <build>
            <plugins>
                <plugin>
                    <groupId>${codehaus.groupId}</groupId>
                    <artifactId>build-helper-maven-plugin</artifactId>
                </plugin>
            </plugins>
        </build>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sat Oct 03 10:51:51 GMT 2020
    - 753 bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

                the filesystem, then the local repository, and lastly in the remote repo.
                {@code relativePath} allows you to select a different location,
                for example when your structure is flat, or deeper without an intermediate parent POM.
                However, the group ID, artifact ID and version are still required,
                and must match the file in the location given, or it will revert to the repository for the POM.
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
  3. maven-core/src/main/resources/META-INF/maven/extension.xml

         -->
    
        <!-- SLF4J -->
        <exportedPackage>org.slf4j.*</exportedPackage>
        <exportedPackage>org.slf4j.spi.*</exportedPackage>
        <exportedPackage>org.slf4j.helpers.*</exportedPackage>
        <exportedPackage>org.slf4j.event.*</exportedPackage>
    
        <!-- JAnsi -->
        <exportedPackage>org.fusesource.jansi.*</exportedPackage>
      </exportedPackages>
    
      <exportedArtifacts>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Jan 08 10:37:09 GMT 2024
    - 12.2K bytes
    - Viewed (0)
  4. maven-core/src/test/projects/project-builder/MNG-6983/parent-pom.xml

        </properties>
    
        <build>
            <pluginManagement>
                <plugins>
                    <plugin>
                        <groupId>${codehaus.groupId}</groupId>
                        <artifactId>build-helper-maven-plugin</artifactId>
                        <version>3.2.0</version>
                        <executions>
                            <execution>
                                <id>add-source-config</id>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sat Oct 03 10:51:51 GMT 2020
    - 1.4K bytes
    - Viewed (0)
  5. api/maven-api-model/pom.xml

                  </params>
                </configuration>
              </execution>
            </executions>
          </plugin>
          <plugin>
            <groupId>org.codehaus.mojo</groupId>
            <artifactId>build-helper-maven-plugin</artifactId>
            <executions>
              <execution>
                <goals>
                  <goal>attach-artifact</goal>
                </goals>
                <configuration>
                  <artifacts>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu Apr 25 08:48:58 GMT 2024
    - 3.1K bytes
    - Viewed (0)
Back to top