Search Options

Results per page
Sort
Preferred Languages
Advance

Results 361 - 370 of 1,542 for PROJECT (0.05 sec)

  1. compat/maven-compat/src/test/resources/inheritance-repo/t09/maven-test/poms/t09-c-1.0.pom

    1. <project>
    2. <modelVersion>4.0.0</modelVersion>
    3. <groupId>maven-test</groupId>
    4. <artifactId>t09-c</artifactId>
    5. <packaging>jar</packaging>
    6. <version>1.0</version>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 176 bytes
    - Viewed (0)
  2. compat/maven-compat/src/test/resources/local-repo/maven-test/poms/maven-test-d-1.1.pom

    1. <project>
    2. <modelVersion>4.0.0</modelVersion>
    3. <groupId>maven-test</groupId>
    4. <artifactId>maven-test-d</artifactId>
    5. <packaging>jar</packaging>
    6. <version>1.1</version>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 183 bytes
    - Viewed (0)
  3. compat/maven-compat/src/test/resources/inheritance-repo/t12scm/maven/p1/1.0/p1-1.0.pom

    1. <project>
    2. <parent>
    3. <artifactId>p0</artifactId>
    4. <groupId>maven</groupId>
    5. <version>1.0</version>
    6. <relativePath>../../pom.xml</relativePath>
    7. </parent>
    8. <modelVersion>4.0.0</modelVersion>
    9. <artifactId>p1</artifactId>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 247 bytes
    - Viewed (0)
  4. compat/maven-model-builder/src/test/resources/poms/validation/bad-modelVersion.xml

    1. KIND, either express or implied. See the License for the
    2. specific language governing permissions and limitations
    3. under the License.
    4. -->
    5.  
    6. <project>
    7. <modelVersion>99.0.0</modelVersion>
    8. <groupId>foo</groupId>
    9. <artifactId>bar</artifactId>
    10. <version>0.1</version>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 907 bytes
    - Viewed (0)
  5. compat/maven-model-builder/src/test/resources/poms/validation/bad-version.xml

    1. KIND, either express or implied. See the License for the
    2. specific language governing permissions and limitations
    3. under the License.
    4. -->
    5.  
    6. <project>
    7. <modelVersion>4.0.0</modelVersion>
    8. <groupId>foo</groupId>
    9. <artifactId>bar</artifactId>
    10. <version>this\is/bad</version>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 914 bytes
    - Viewed (0)
  6. compat/maven-model-builder/src/test/resources/poms/validation/modelVersion-4_0.xml

    1. KIND, either express or implied. See the License for the
    2. specific language governing permissions and limitations
    3. under the License.
    4. -->
    5.  
    6. <project>
    7. <modelVersion>4.0</modelVersion>
    8. <groupId>foo</groupId>
    9. <artifactId>bar</artifactId>
    10. <version>0.1</version>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 904 bytes
    - Viewed (0)
  7. CONTRIBUTING.md

    1. #### Import Gradle into IntelliJ
    2.  
    3. To import Gradle into IntelliJ:
    4. - Open the `build.gradle.kts` file in root of the project with IntelliJ and choose "Open as Project"
    5. - Select a Adoptium Java 17 VM as "Gradle JVM"
    6. - Revert the Git changes to files in the `.idea` folder
    7.  
    8. NOTE: Due to the project size, the very first import can take a while and IntelliJ might become unresponsive for several seconds during this period.
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Nov 05 15:15:33 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  8. compat/maven-compat/src/test/resources/inheritance-repo/t00/maven/poms/p0-1.0.pom

    1. <project>
    2. <modelVersion>4.0.0</modelVersion>
    3. <groupId>maven</groupId>
    4. <artifactId>p0</artifactId>
    5. <packaging>pom</packaging>
    6. <name>p0</name>
    7. <version>1.0</version>
    8. <organization>
    9. <name>Codehaus</name>
    10. </organization>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 247 bytes
    - Viewed (0)
  9. compat/maven-plugin-api/pom.xml

    1. "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    2. KIND, either express or implied. See the License for the
    3. specific language governing permissions and limitations
    4. under the License.
    5. -->
    6. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
    7. <modelVersion>4.0.0</modelVersion>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  10. compat/maven-model/pom.xml

    1. <plugins>
    2. <plugin>
    3. <groupId>org.codehaus.modello</groupId>
    4. <artifactId>modello-maven-plugin</artifactId>
    5. <configuration>
    6. <basedir>${project.basedir}/../../api/maven-api-model</basedir>
    7. <velocityBasedir>${project.basedir}/../../src/mdo</velocityBasedir>
    8. <version>4.1.0</version>
    9. <models>
    10. <model>src/main/mdo/maven.mdo</model>
    11. </models>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 6.9K bytes
    - Viewed (0)
Back to top