[ 
https://jira.nuxeo.com/browse/NXFLEX-24?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thierry Delprat updated NXFLEX-24:
----------------------------------

    Fix Version/s:     (was: 1.1-5.4.2)
                   2.0-5.4.3

> 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: 2.0-5.4.3
>
>
> 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

Reply via email to