]
Marek Schmidt closed SEAMSECURITY-73.
-------------------------------------
Assignee: (was: Marek Schmidt)
Resolution: Out of Date
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