File tree Expand file tree Collapse file tree 2 files changed +1
-27
lines changed Expand file tree Collapse file tree 2 files changed +1
-27
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ WORKDIR /usr/src/ecocode
66RUN ./tool_build.sh
77
88FROM sonarqube:10.1.0-community
9- COPY --from=builder /usr/src/ecocode/lib/* /opt/sonarqube/extensions/plugins/
9+ COPY --from=builder /usr/src/ecocode/target/ecocode-*.jar /opt/sonarqube/extensions/plugins/
Original file line number Diff line number Diff line change 119119 <artifactId >maven-compiler-plugin</artifactId >
120120 <version >3.11.0</version >
121121 </plugin >
122- <plugin >
123- <groupId >org.apache.maven.plugins</groupId >
124- <artifactId >maven-dependency-plugin</artifactId >
125- <version >3.6.0</version >
126- <executions >
127- <execution >
128- <id >copy-bundle</id >
129- <phase >package</phase >
130- <goals >
131- <goal >copy</goal >
132- </goals >
133- <configuration >
134- <artifactItems >
135- <artifactItem >
136- <groupId >${project.groupId} </groupId >
137- <artifactId >${project.artifactId}</artifactId >
138- <version >${project.version} </version >
139- <type >jar</type >
140- <overWrite >true</overWrite >
141- </artifactItem >
142- </artifactItems >
143- <outputDirectory >../lib</outputDirectory >
144- </configuration >
145- </execution >
146- </executions >
147- </plugin >
148122 <plugin >
149123 <groupId >org.apache.maven.plugins</groupId >
150124 <artifactId >maven-surefire-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments