[
https://jira.nuxeo.com/browse/NXFLEX-24?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julien Carsique updated NXFLEX-24:
----------------------------------
Description:
AIR modules need to be updated. They currently still use FLEX_HOME, remove it
if no more needed.
Here are instructions for signing:
{code:xml}
<profiles>
<profile>
<id>release</id>
<properties>
<keystore.type>JKS</keystore.type>
<keystore.alias>nuxeocom</keystore.alias>
</properties>
</profile>
<profile>
<!-- development profile - do not use it in production mode -->
<id>dev</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<keystore.path>nuxeo-shell-dev.jks</keystore.path>
<keystore.type>JKS</keystore.type>
<keystore.alias>nuxeo-shell-dev</keystore.alias>
<keystore.password>nuxeodev</keystore.password>
</properties>
</profile>
</profiles>
<plugin>
<artifactId>maven-jarsigner-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
<configuration>
<storetype>${keystore.type}</storetype>
<keystore>${keystore.path}</keystore>
<alias>${keystore.alias}</alias>
<storepass>${keystore.password}</storepass>
</configuration>
</plugin>
{code}
The dev certificate is available in
addons/nuxeo-shell/nuxeo-shell-distribution/nuxeo-shell-dev.jks or
nuxeo-android/nuxeo-dev.jks
No need to worry about release certificate, that's managed by CI.
was:
AIR modules need to be updated. They currently still use FLEX_HOME, remove it
if no more needed.
Here are instructions for signing:
<profiles>
<profile>
<id>release</id>
<properties>
<keystore.type>JKS</keystore.type>
<keystore.alias>nuxeocom</keystore.alias>
</properties>
</profile>
<profile>
<!-- development profile - do not use it in production mode -->
<id>dev</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<keystore.path>nuxeo-shell-dev.jks</keystore.path>
<keystore.type>JKS</keystore.type>
<keystore.alias>nuxeo-shell-dev</keystore.alias>
<keystore.password>nuxeodev</keystore.password>
</properties>
</profile>
</profiles>
<plugin>
<artifactId>maven-jarsigner-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
<configuration>
<storetype>${keystore.type}</storetype>
<keystore>${keystore.path}</keystore>
<alias>${keystore.alias}</alias>
<storepass>${keystore.password}</storepass>
</configuration>
</plugin>
The dev certificate is available in
addons/nuxeo-shell/nuxeo-shell-distribution/nuxeo-shell-dev.jks or
nuxeo-android/nuxeo-dev.jks
No need to worry about release certificate, that's managed by CI.
> Update AIR modules
> ------------------
>
> Key: NXFLEX-24
> URL: https://jira.nuxeo.com/browse/NXFLEX-24
> Project: Nuxeo Flex Connector
> Issue Type: Task
> Reporter: Julien Carsique
> Assignee: Laurent Doguin
> Fix For: 1.1-5.4.2
>
>
> AIR modules need to be updated. They currently still use FLEX_HOME, remove it
> if no more needed.
> Here are instructions for signing:
> {code:xml}
> <profiles>
> <profile>
> <id>release</id>
> <properties>
> <keystore.type>JKS</keystore.type>
> <keystore.alias>nuxeocom</keystore.alias>
> </properties>
> </profile>
> <profile>
> <!-- development profile - do not use it in production mode -->
> <id>dev</id>
> <activation>
> <activeByDefault>true</activeByDefault>
> </activation>
> <properties>
> <keystore.path>nuxeo-shell-dev.jks</keystore.path>
> <keystore.type>JKS</keystore.type>
> <keystore.alias>nuxeo-shell-dev</keystore.alias>
> <keystore.password>nuxeodev</keystore.password>
> </properties>
> </profile>
> </profiles>
> <plugin>
> <artifactId>maven-jarsigner-plugin</artifactId>
> <executions>
> <execution>
> <phase>package</phase>
> <goals>
> <goal>sign</goal>
> </goals>
> </execution>
> </executions>
> <configuration>
> <storetype>${keystore.type}</storetype>
> <keystore>${keystore.path}</keystore>
> <alias>${keystore.alias}</alias>
> <storepass>${keystore.password}</storepass>
> </configuration>
> </plugin>
> {code}
> The dev certificate is available in
> addons/nuxeo-shell/nuxeo-shell-distribution/nuxeo-shell-dev.jks or
> nuxeo-android/nuxeo-dev.jks
> No need to worry about release certificate, that's managed by CI.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets