Skip to content

Commit

Permalink
remise en commentaire php-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Lsdla committed Jun 3, 2022
1 parent 7ec0e29 commit fb4f2ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ services:
- type: bind
source: ./java-plugin/target/ecocode-java-plugin-1.0.0-SNAPSHOT.jar
target: /opt/sonarqube/extensions/plugins/ecocode-java-plugin-1.0.0-SNAPSHOT.jar
- type: bind
source: ./php-plugin/target/ecocode-php-plugin-1.0.0-SNAPSHOT.jar
target: /opt/sonarqube/extensions/plugins/ecocode-php-plugin-1.0.0-SNAPSHOT.jar
#- type: bind
# source: ./php-plugin/target/ecocode-php-plugin-1.0.0-SNAPSHOT.jar
# target: /opt/sonarqube/extensions/plugins/ecocode-php-plugin-1.0.0-SNAPSHOT.jar
- type: bind
source: ./python-plugin/target/ecocode-python-plugin-1.0.0-SNAPSHOT.jar
target: /opt/sonarqube/extensions/plugins/ecocode-python-plugin-1.0.0-SNAPSHOT.jar
Expand Down
2 changes: 1 addition & 1 deletion src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<modules>
<module>java-plugin</module>
<module>php-plugin</module>
<!--<module>php-plugin</module>-->
<module>python-plugin</module>
<module>codenarc-converter</module>
<module>android-plugin</module>
Expand Down

0 comments on commit fb4f2ce

Please sign in to comment.