You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "Francesco Chicchiriccò (JIRA)" <ji...@apache.org> on 2013/07/01 15:10:19 UTC

[jira] [Created] (SYNCOPE-398) secretKey does not get resolved during archetype:generate

Francesco Chicchiriccò created SYNCOPE-398:
----------------------------------------------

             Summary: secretKey does not get resolved during archetype:generate
                 Key: SYNCOPE-398
                 URL: https://issues.apache.org/jira/browse/SYNCOPE-398
             Project: Syncope
          Issue Type: Bug
          Components: archetype
    Affects Versions: 1.1.2
            Reporter: Francesco Chicchiriccò
             Fix For: 1.1.3, 1.2.0


How to replicate: just generate new project [1] and provide any value for secretKey: you will end up with the following content in core/src/main/resources/security.properties:

adminUser=admin
adminPassword=5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8
adminPasswordAlgorithm=SHA1
secretKey=${secretKey}

which shows an unresolved ${secretKey}.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira