[seam-issues] [JBoss JIRA] Created: (SEAMSECURITY-73) Follow Seam 3 example naming scheme

Jozef Hartinger (JIRA) jira-events at lists.jboss.org
Tue Jun 14 03:52:23 EDT 2011


Follow Seam 3 example naming scheme
-----------------------------------

                 Key: SEAMSECURITY-73
                 URL: https://issues.jboss.org/browse/SEAMSECURITY-73
             Project: Seam Security
          Issue Type: Task
    Affects Versions: 3.0.0.Final
            Reporter: Jozef Hartinger
            Priority: Minor


Please, follow these naming constraints for the sample application to be consistent with other Seam 3 demos.

{noformat}
folder name: {example}
artifact id: seam-{module}-example-{example}
context path: {module}-{example}
package: org.jboss.seam.{module}.examples.{example}
{noformat}

* use dashes as delimiters
* if the example name uses dashes ( - ), these are removed in the package name

Current violations:

* openid-op
** incorrect package name
* openid-rp
** incorrect package name
* saml-idp
** incorrect artifact id
** incorrect context path (finalName)
** incorrect package name
* saml-sp
** incorrect artifact id
** incorrect context path (finalName)
** incorrect package name


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list