- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for setModelEncoding (0.07 sec)
-
compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/lifecycle/LifecycleConfiguration.java
/** * Set the modelEncoding field. * * @param modelEncoding a modelEncoding object. */ public void setModelEncoding(String modelEncoding) { this.modelEncoding = modelEncoding; } // -- void setModelEncoding( String )
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.8K bytes - Viewed (0) -
compat/maven-toolchain-model/pom.xml
<includes> <include>org.apache.maven.toolchain.model</include> </includes> <excludes> <exclude>org.apache.maven.toolchain.model.PersistedToolchains#setModelEncoding(java.lang.String):METHOD_REMOVED</exclude> </excludes> <includeExclusively>true</includeExclusively> </parameter> <oldVersion> <dependency>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.9K bytes - Viewed (0) -
compat/maven-settings/pom.xml
<exclude>org.apache.maven.settings.RuntimeInfo</exclude> <exclude>org.apache.maven.settings.Settings#setModelEncoding(java.lang.String):METHOD_REMOVED</exclude> </excludes> </parameter> </configuration> </plugin> </plugins> </build>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 4.8K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
} public void setPomPath(java.nio.file.Path pomPath) { update( getDelegate().withPomFile(pomPath)); } public void setModelEncoding(String modelEncoding) { update(getDelegate().with().modelEncoding(modelEncoding).build()); } /** * Gets the base directory for the corresponding project (if any). *
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Wed Oct 09 11:07:31 UTC 2024 - 115.1K bytes - Viewed (0)