- Sort Score
- Result 10 results
- Languages All
Results 361 - 370 of 1,542 for PROJECT (0.05 sec)
-
compat/maven-compat/src/test/resources/inheritance-repo/t09/maven-test/poms/t09-c-1.0.pom
- <project>
- <modelVersion>4.0.0</modelVersion>
- <groupId>maven-test</groupId>
- <artifactId>t09-c</artifactId>
- <packaging>jar</packaging>
- <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) -
compat/maven-compat/src/test/resources/local-repo/maven-test/poms/maven-test-d-1.1.pom
- <project>
- <modelVersion>4.0.0</modelVersion>
- <groupId>maven-test</groupId>
- <artifactId>maven-test-d</artifactId>
- <packaging>jar</packaging>
- <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) -
compat/maven-compat/src/test/resources/inheritance-repo/t12scm/maven/p1/1.0/p1-1.0.pom
- <project>
- <parent>
- <artifactId>p0</artifactId>
- <groupId>maven</groupId>
- <version>1.0</version>
- <relativePath>../../pom.xml</relativePath>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <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) -
compat/maven-model-builder/src/test/resources/poms/validation/bad-modelVersion.xml
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
- -->
- <project>
- <modelVersion>99.0.0</modelVersion>
- <groupId>foo</groupId>
- <artifactId>bar</artifactId>
- <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) -
compat/maven-model-builder/src/test/resources/poms/validation/bad-version.xml
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
- -->
- <project>
- <modelVersion>4.0.0</modelVersion>
- <groupId>foo</groupId>
- <artifactId>bar</artifactId>
- <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) -
compat/maven-model-builder/src/test/resources/poms/validation/modelVersion-4_0.xml
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
- -->
- <project>
- <modelVersion>4.0</modelVersion>
- <groupId>foo</groupId>
- <artifactId>bar</artifactId>
- <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) -
CONTRIBUTING.md
- #### Import Gradle into IntelliJ
- To import Gradle into IntelliJ:
- - Open the `build.gradle.kts` file in root of the project with IntelliJ and choose "Open as Project"
- - Select a Adoptium Java 17 VM as "Gradle JVM"
- - Revert the Git changes to files in the `.idea` folder
- 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) -
compat/maven-compat/src/test/resources/inheritance-repo/t00/maven/poms/p0-1.0.pom
- <project>
- <modelVersion>4.0.0</modelVersion>
- <groupId>maven</groupId>
- <artifactId>p0</artifactId>
- <packaging>pom</packaging>
- <name>p0</name>
- <version>1.0</version>
- <organization>
- <name>Codehaus</name>
- </organization>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 247 bytes - Viewed (0) -
compat/maven-plugin-api/pom.xml
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
- -->
- <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">
- <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) -
compat/maven-model/pom.xml
- <plugins>
- <plugin>
- <groupId>org.codehaus.modello</groupId>
- <artifactId>modello-maven-plugin</artifactId>
- <configuration>
- <basedir>${project.basedir}/../../api/maven-api-model</basedir>
- <velocityBasedir>${project.basedir}/../../src/mdo</velocityBasedir>
- <version>4.1.0</version>
- <models>
- <model>src/main/mdo/maven.mdo</model>
- </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)