Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 180 for bleh (0.19 sec)

  1. maven-model-builder/src/test/resources/poms/validation/missing-modelVersion-pom.xml

    specific language governing permissions and limitations
    under the License.
    -->
    
    <project>
      <groupId>foo</groupId>
      <artifactId>foo</artifactId>
      <version>99.44</version>
      <packaging>bleh</packaging>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 27 20:48:13 UTC 2009
    - 901 bytes
    - Viewed (0)
  2. maven-model-builder/src/test/resources/poms/validation/missing-report-version-pom.xml

    under the License.
    -->
    
    <project>
      <modelVersion>4.0.0</modelVersion>
      <artifactId>foo</artifactId>
      <groupId>foo</groupId>
      <version>99.44</version>
      <packaging>bleh</packaging>
    
      <build>
        <pluginManagement>
          <plugins>
            <plugin>
              <artifactId>maven-from-pluginManagement-plugin</artifactId>
              <version>1.0</version>
            </plugin>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 20 21:10:31 UTC 2013
    - 1.6K bytes
    - Viewed (0)
  3. maven-model-builder/src/test/resources/poms/validation/missing-groupId-pom.xml

    specific language governing permissions and limitations
    under the License.
    -->
    
    <project>
      <modelVersion>4.0.0</modelVersion>
      <artifactId>bar</artifactId>
      <version>99.44</version>
      <packaging>bleh</packaging>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 27 20:48:13 UTC 2009
    - 913 bytes
    - Viewed (0)
  4. maven-model-builder/src/test/resources/poms/validation/invalid-aggregator-packaging-pom.xml

    under the License.
    -->
    
    <project>
      <modelVersion>4.0.0</modelVersion>
      <artifactId>foo</artifactId>
      <groupId>foo</groupId>
      <version>99.44</version>
      <packaging>bleh</packaging>
    
      <modules>
        <module>test-module</module>
      </modules>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Nov 23 12:04:30 UTC 2014
    - 997 bytes
    - Viewed (0)
  5. maven-model-builder/src/test/resources/poms/validation/missing-plugin-artifactId-pom.xml

    under the License.
    -->
    
    <project>
      <modelVersion>4.0.0</modelVersion>
      <artifactId>foo</artifactId>
      <groupId>foo</groupId>
      <version>99.44</version>
      <packaging>bleh</packaging>
      <build>
        <plugins>
          <plugin>
            <version>1.0</version>
          </plugin>
        </plugins>
      </build>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 27 20:48:13 UTC 2009
    - 1K bytes
    - Viewed (0)
  6. maven-model-builder/src/test/resources/poms/validation/missing-plugin-version-pom.xml

    under the License.
    -->
    
    <project>
      <modelVersion>4.0.0</modelVersion>
      <artifactId>foo</artifactId>
      <groupId>foo</groupId>
      <version>99.44</version>
      <packaging>bleh</packaging>
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-it-plugin</artifactId>
          </plugin>
        </plugins>
      </build>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 27 20:48:13 UTC 2009
    - 1K bytes
    - Viewed (0)
  7. maven-model-builder/src/test/resources/poms/validation/missing-version-pom.xml

    specific language governing permissions and limitations
    under the License.
    -->
    
    <project>
      <modelVersion>4.0.0</modelVersion>
      <groupId>foo</groupId>
      <artifactId>bar</artifactId>
      <packaging>bleh</packaging>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 27 20:48:13 UTC 2009
    - 911 bytes
    - Viewed (0)
  8. maven-model-builder/src/test/resources/poms/validation/missing-repository-id-pom.xml

    under the License.
    -->
    
    <project>
      <modelVersion>4.0.0</modelVersion>
      <artifactId>foo</artifactId>
      <groupId>foo</groupId>
      <version>99.44</version>
      <packaging>bleh</packaging>
      <repositories>
        <repository>
    
        </repository>
      </repositories>
      <pluginRepositories>
        <pluginRepository>
    
        </pluginRepository>
      </pluginRepositories>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 27 20:48:13 UTC 2009
    - 1.1K bytes
    - Viewed (0)
  9. maven-model-builder/src/test/resources/poms/validation/missing-resource-directory-pom.xml

    under the License.
    -->
    
    <project>
      <modelVersion>4.0.0</modelVersion>
      <artifactId>foo</artifactId>
      <groupId>foo</groupId>
      <version>99.44</version>
      <packaging>bleh</packaging>
      <build>
        <resources>
          <resource>
    
          </resource>
        </resources>
        <testResources>
          <testResource>
    
          </testResource>
        </testResources>
      </build>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 27 20:48:13 UTC 2009
    - 1.1K bytes
    - Viewed (0)
  10. maven-model-builder/src/test/resources/poms/validation/missing-dependency-groupId-pom.xml

    under the License.
    -->
    
    <project>
      <modelVersion>4.0.0</modelVersion>
      <artifactId>foo</artifactId>
      <groupId>foo</groupId>
      <version>99.44</version>
      <packaging>bleh</packaging>
      <dependencies>
        <dependency>
          <artifactId>artifactId</artifactId>
          <version>1.0</version>
        </dependency>
      </dependencies>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 27 20:48:13 UTC 2009
    - 1.1K bytes
    - Viewed (0)
Back to top