Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update plugins to use dotCMS version 24.05.13, Java 11, and maven. Remove gradle. #93

Merged
merged 5 commits into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ bin/*.sh
.classpath
.settings/*
.project
.vscode/
.idea/
*.iml
*.ipr
Expand Down Expand Up @@ -49,6 +50,7 @@ dotCMS/WEB-INF/classes/
libs/test
build/
out/
target/
dotCMS/WEB-INF/generated_web.xml
dotCMS/WEB-INF/lib/*.jar
dotCMS/WEB-INF/felix/bundle/dot.*.jar
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This project contains many examples on how dotCMS plugins can customize and extend dotCMS. The plugins use dotCMS's OSGi capabilities to extend and override dotCMS in different ways.

These plugins all use gradle for building. In each sub directory, you can run
`./gradlew jar` which will build the plugin, which can then be uploaded into dotCMS.
`mvn clean jar` which will build the plugin, which can then be uploaded into dotCMS.

If you are interested in seeing other working examples of plugins, you should visit dotcms's public plugin repo https://github.com/dotcms-plugins

Expand Down
2 changes: 1 addition & 1 deletion com.dotcms.3rd.party/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This bundle plugin is an example of how to add 3rd party jars to a bundle plugin
## How to build this example

To install all you need to do is build the JAR. to do this run
`./gradlew jar`
`mvn clean install`

This will build two jars in the `build/libs` directory: a bundle fragment (in order to expose needed 3rd party libraries from dotCMS) and the plugin jar

Expand Down
122 changes: 0 additions & 122 deletions com.dotcms.3rd.party/build.gradle

This file was deleted.

Binary file not shown.
5 changes: 0 additions & 5 deletions com.dotcms.3rd.party/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

172 changes: 0 additions & 172 deletions com.dotcms.3rd.party/gradlew

This file was deleted.

Loading
Loading