Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for Messages (0.17 sec)

  1. maven-core/src/test/resources/projects/base-directory-alignment/project-which-needs-directory-alignment.xml

              <include>driver.properties</include>
            </includes>
          </testResource>
          <testResource>
            <directory>src/messages</directory>
            <targetPath>org/apache/maven/messages</targetPath>
            <includes>
              <include>messages*.properties</include>
            </includes>
          </testResource>
        </testResources>
      </build>
    XML
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Wed Apr 29 05:20:38 GMT 2009
    - 3.6K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/projects/project.xml

              <include>driver.properties</include>
            </includes>
          </resource>
          <resource>
            <directory>/src/messages</directory>
            <targetPath>org/apache/maven/messages</targetPath>
            <includes>
              <include>messages*.properties</include>
            </includes>
          </resource>
        </resources>
      </build>
    
      <reports>
        <report>maven-jdepend-plugin</report>
    XML
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Wed Feb 28 22:49:30 GMT 2007
    - 4.6K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/projects/fully-populated-child.xml

              <include>driver.properties</include>
            </includes>
          </resource>
          <resource>
            <directory>/src/messages</directory>
            <targetPath>org/apache/maven/messages</targetPath>
            <includes>
              <include>messages*.properties</include>
            </includes>
          </resource>
        </resources>
      </build>
    
      <reports>
        <report>maven-jdepend-plugin</report>
    XML
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Wed Feb 28 22:49:30 GMT 2007
    - 4.7K bytes
    - Viewed (0)
  4. maven-core/src/test/resources-project-builder/complete-model/wo-parent/pom.xml

        <downloadUrl>https://project.url/download</downloadUrl>
        <relocation>
          <groupId>reloc-gid</groupId>
          <artifactId>reloc-aid</artifactId>
          <version>reloc-version</version>
          <message>project-reloc-msg</message>
        </relocation>
      </distributionManagement>
    
      <modules>
        <module>sub</module>
      </modules>
    
      <properties>
        <itProperty>project-property</itProperty>
      </properties>
    
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 8.6K bytes
    - Viewed (0)
  5. maven-core/src/test/resources-project-builder/complete-model/w-parent/sub/pom.xml

        <downloadUrl>https://project.url/download</downloadUrl>
        <relocation>
          <groupId>reloc-gid</groupId>
          <artifactId>reloc-aid</artifactId>
          <version>reloc-version</version>
          <message>project-reloc-msg</message>
        </relocation>
      </distributionManagement>
    
      <modules>
        <module>sub</module>
      </modules>
    
      <properties>
        <itProperty>project-property</itProperty>
      </properties>
    
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 8.8K bytes
    - Viewed (0)
  6. api/maven-api-model/src/main/mdo/maven.mdo

                For example, if you want that resource to appear in a specific package
                ({@code org.apache.maven.messages}), you must specify this
                element with this value: {@code org/apache/maven/messages}.
                This is not required if you simply put the resources in that directory
                structure at the source, however.
              </description>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
  7. pom.xml

    						</ant>
    						<ant antfile="${basedir}/plugin.xml" target="install.plugins">
    							<property name="with.fess" value="true" />
    						</ant>
    						<ant antfile="deps.xml" target="install.jars" />
    						<echo message="fess.version=${project.version}" file="${basedir}/src/main/webapp/WEB-INF/project.properties" />
    					</target>
    				</configuration>
    				<goals>
    					<goal>run</goal>
    				</goals>
    			</plugin>
    			<plugin>
    XML
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Sun Apr 14 04:03:33 GMT 2024
    - 48.7K bytes
    - Viewed (0)
  8. maven-core/src/test/resources-project-builder/pom-inheritance/pom.xml

        </snapshotRepository>
        <site>
          <url>https://parent.url/site</url>
          <id>parent.site</id>
        </site>
        <downloadUrl>http://parent.url/download</downloadUrl>
        <relocation>
          <message>parent-reloc-msg</message>
        </relocation>
      </distributionManagement>
    
      <properties>
        <parentProperty>parent-property</parentProperty>
        <overriddenProperty>parent-property</overriddenProperty>
      </properties>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 5K bytes
    - Viewed (0)
  9. maven-core/src/test/resources-project-builder/execution-configuration-subcollections/pom.xml

                                        <excludes>
                                            <exclude>commons-logging:*</exclude>
                                        </excludes>
                                        <message>a</message>
                                    </bannedDependencies>
                                    <bannedDependencies>
                                        <excludes>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sat Nov 09 12:45:14 GMT 2019
    - 1.7K bytes
    - Viewed (0)
Back to top