Explorar el Código

Add some comments in pom.xml files of demo module

tags/release-1.0.0
decebal hace 8 años
padre
commit
3c23f02f99
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 1
    0
      demo/api/pom.xml
  2. 2
    3
      demo/plugins/pom.xml

+ 1
- 0
demo/api/pom.xml Ver fichero

@@ -29,6 +29,7 @@
<groupId>ro.fortsoft.pf4j</groupId>
<artifactId>pf4j</artifactId>
<version>${project.version}</version>
<!-- !!! VERY IMPORTANT -->
<scope>provided</scope>
</dependency>
</dependencies>

+ 2
- 3
demo/plugins/pom.xml Ver fichero

@@ -64,9 +64,6 @@
</goals>
</pluginExecutionFilter>
<action>
<!--
<execute />
-->
<execute>
<runOnIncremental>true</runOnIncremental>
<runOnConfiguration>true</runOnConfiguration>
@@ -91,6 +88,7 @@
<groupId>ro.fortsoft.pf4j</groupId>
<artifactId>pf4j</artifactId>
<version>${project.version}</version>
<!-- !!! VERY IMPORTANT -->
<scope>provided</scope>
</dependency>

@@ -98,6 +96,7 @@
<groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pf4j-demo-api</artifactId>
<version>${project.version}</version>
<!-- !!! VERY IMPORTANT -->
<scope>provided</scope>
</dependency>
</dependencies>

Cargando…
Cancelar
Guardar