Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HomeOfTheWizard committed Jun 30, 2024
1 parent 0743816 commit 37a7efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
This project is a POC for a maven extension that allows injecting Spring Beans into maven's DI system, [Sisu](https://eclipse.dev/sisu/).
It is intended to help maven plugin developments by allowing the usage of spring libraries.
It uses [Spring-Guice](https://github.com/spring-projects/spring-guice) to brigde the two systems, and allows the usage of spring beans via [JSR-330](https://maven.apache.org/maven-jsr330.html) annotations within the plugin in development.
To see how to use JSR-330 annotations, this [documentation](https://eclipse.github.io/sisu.plexus/) is a good start.
:warning: Beware, there is an important [declaration](https://github.com/eclipse/sisu.plexus/issues/35) on this wiki about plugins. Hence the usage of an extension instead of a plugin to do this bridge.
To see how to use JSR-330 annotations, this [documentation](https://eclipse-sisu.github.io/sisu-project/plexus/index.html) is a good start.
:warning: Beware, there is an important [declaration](https://eclipse-sisu.github.io/sisu-project/plexus/index.html#custombinding) on this wiki about plugins. Hence the usage of an extension instead of a plugin to do this bridge.

## How to use it ?

Expand Down

0 comments on commit 37a7efe

Please sign in to comment.