Explorar el Código

Publish widgets module to Maven (#15544)

Change-Id: I54a093d4baac91fff10ea0c53f685a9473a5081f
tags/7.4.0.beta2
Artur Signell hace 9 años
padre
commit
4e732adf67
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      common.xml

+ 1
- 1
common.xml Ver fichero

@@ -9,7 +9,7 @@
<property name="gwt.basedir" location="${vaadin.basedir}/../gwt" />
<property file="${vaadin.basedir}/build.properties" />

<property name="modules.to.publish.to.maven" value="shared,server,client,client-compiler,client-compiled,themes,push" />
<property name="modules.to.publish.to.maven" value="shared,server,client,client-compiler,client-compiled,themes,push,widgets" />
<property name="modules.to.publish.to.download" value="${modules.to.publish.to.maven},all" />

<ivy:settings file="${vaadin.basedir}/ivysettings.xml" />

Cargando…
Cancelar
Guardar