diff --git a/README.md b/README.md index 47d9ff940..5e8eda7cd 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ You can find more details in the [Reference Documentation](https://docs.spring.i Spring AI supports many AI models. For an overview see here. Specific models currently supported are * OpenAI -* +* **Prompts:** Central to AI model interaction is the Prompt, which provides specific instructions for the AI to act upon. @@ -196,5 +196,10 @@ To reformat using the [java-format plugin](https://github.com/spring-io/spring-j To update the year on license headers using the [license-maven-plugin](https://oss.carbou.me/license-maven-plugin/#goals) ```shell -./mvnw license:update-file-header +./mvnw license:update-file-header -Plicense +``` + +To check javadocs using the [javadoc:javadoc](https://maven.apache.org/plugins/maven-javadoc-plugin/) +```shell +./mvnw javadoc:javadoc -Pjavadoc ``` \ No newline at end of file diff --git a/pom.xml b/pom.xml index da31f6831..ef937b3b3 100644 --- a/pom.xml +++ b/pom.xml @@ -262,6 +262,22 @@ + org.apache.maven.plugins + maven-deploy-plugin + ${maven-deploy-plugin.version} + + + + + + + license + + false + + + + com.mycila license-maven-plugin 4.1 @@ -327,15 +343,10 @@ limitations under the License. - - org.apache.maven.plugins - maven-deploy-plugin - ${maven-deploy-plugin.version} - - - - + + + javadoc