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 2012/05/03 15:18:51 UTC

[jira] [Created] (SYNCOPE-79) Simplify Maven project structure

Francesco Chicchiriccò created SYNCOPE-79:
---------------------------------------------

             Summary: Simplify Maven project structure
                 Key: SYNCOPE-79
                 URL: https://issues.apache.org/jira/browse/SYNCOPE-79
             Project: Syncope
          Issue Type: Improvement
            Reporter: Francesco Chicchiriccò
            Priority: Minor


Currently, root POM is distinct from parent POM.
While this configuration might have some benefits, it brings in higher maintenance cost and also implies some replication.

Once done, be sure to update Jenkins & Sonar.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (SYNCOPE-79) Simplify Maven project structure

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNCOPE-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13436717#comment-13436717 ] 

Hudson commented on SYNCOPE-79:
-------------------------------

Integrated in Syncope-linux #246 (See [https://builds.apache.org/job/Syncope-linux/246/])
    [SYNCOPE-79] Module hibernate-enhancer removed (and Javassist dependency as well) (Revision 1374232)

     Result = SUCCESS
ilgrosso : 
Files : 
* /incubator/syncope/trunk/core/pom.xml
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/init/ConnInstanceLoader.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/notification/NotificationManager.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/persistence/dao/impl/ConnInstanceDAOImpl.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/persistence/dao/impl/ResourceDAOImpl.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/propagation/ConnectorFacadeProxy.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/propagation/PropagationManager.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/controller/ConnInstanceController.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/controller/DerivedSchemaController.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/controller/LoggerController.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/controller/NotificationController.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/controller/PolicyController.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/controller/ReportController.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/controller/ResourceController.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/controller/RoleController.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/controller/SchemaController.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/controller/TaskController.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/controller/UserController.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/controller/UserRequestController.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/controller/VirtualSchemaController.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/controller/WorkflowController.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/data/ConnInstanceDataBinder.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/data/ResourceDataBinder.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/data/TaskDataBinder.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/data/UserDataBinder.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/rest/data/UserRequestDataBinder.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/scheduling/SyncJob.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/util/ConnBundleManager.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/util/ConnObjectUtil.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/util/NotFoundException.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/workflow/AbstractUserWorkflowAdapter.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/workflow/ActivitiUserWorkflowAdapter.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/workflow/NoOpUserWorkflowAdapter.java
* /incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/workflow/UserWorkflowAdapter.java
* /incubator/syncope/trunk/core/src/main/webapp/syncopeClientError.jsp
* /incubator/syncope/trunk/hibernate-enhancer
* /incubator/syncope/trunk/legal_ext/LICENSE
* /incubator/syncope/trunk/legal_ext/NOTICE
* /incubator/syncope/trunk/parent/pom.xml
* /incubator/syncope/trunk/pom.xml

                
> Simplify Maven project structure
> --------------------------------
>
>                 Key: SYNCOPE-79
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-79
>             Project: Syncope
>          Issue Type: Improvement
>            Reporter: Francesco Chicchiriccò
>            Assignee: Francesco Chicchiriccò
>            Priority: Minor
>              Labels: maven, pom
>             Fix For: 1.1.0-incubating
>
>
> Currently, root POM is distinct from parent POM.
> While this configuration might have some benefits, it brings in higher maintenance cost and also implies some replication.
> Once done, be sure to update Jenkins & Sonar.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (SYNCOPE-79) Simplify Maven project structure

Posted by "Francesco Chicchiriccò (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNCOPE-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13436795#comment-13436795 ] 

Francesco Chicchiriccò commented on SYNCOPE-79:
-----------------------------------------------

http://svn.apache.org/viewvc?rev=1374315&view=rev
                
> Simplify Maven project structure
> --------------------------------
>
>                 Key: SYNCOPE-79
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-79
>             Project: Syncope
>          Issue Type: Improvement
>            Reporter: Francesco Chicchiriccò
>            Assignee: Francesco Chicchiriccò
>            Priority: Minor
>              Labels: maven, pom
>             Fix For: 1.1.0-incubating
>
>
> Currently, root POM is distinct from parent POM.
> While this configuration might have some benefits, it brings in higher maintenance cost and also implies some replication.
> Once done, be sure to update Jenkins & Sonar.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (SYNCOPE-79) Simplify Maven project structure

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNCOPE-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13436794#comment-13436794 ] 

Hudson commented on SYNCOPE-79:
-------------------------------

Integrated in Syncope-linux #249 (See [https://builds.apache.org/job/Syncope-linux/249/])
    [SYNCOPE-79] Merging syncope-quality and build-tools (Revision 1374315)

     Result = FAILURE
ilgrosso : 
Files : 
* /incubator/syncope/trunk/archetype/pom.xml
* /incubator/syncope/trunk/build-tools/pom.xml
* /incubator/syncope/trunk/build-tools/src/main/resources/org
* /incubator/syncope/trunk/client/pom.xml
* /incubator/syncope/trunk/console/pom.xml
* /incubator/syncope/trunk/core/pom.xml
* /incubator/syncope/trunk/pom.xml
* /incubator/syncope/trunk/quality
* /incubator/syncope/trunk/src/site/xdoc/release-process.xml

                
> Simplify Maven project structure
> --------------------------------
>
>                 Key: SYNCOPE-79
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-79
>             Project: Syncope
>          Issue Type: Improvement
>            Reporter: Francesco Chicchiriccò
>            Assignee: Francesco Chicchiriccò
>            Priority: Minor
>              Labels: maven, pom
>             Fix For: 1.1.0-incubating
>
>
> Currently, root POM is distinct from parent POM.
> While this configuration might have some benefits, it brings in higher maintenance cost and also implies some replication.
> Once done, be sure to update Jenkins & Sonar.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (SYNCOPE-79) Simplify Maven project structure

Posted by "Francesco Chicchiriccò (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNCOPE-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13436728#comment-13436728 ] 

Francesco Chicchiriccò commented on SYNCOPE-79:
-----------------------------------------------

http://svn.apache.org/viewvc?rev=1374258&view=rev
                
> Simplify Maven project structure
> --------------------------------
>
>                 Key: SYNCOPE-79
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-79
>             Project: Syncope
>          Issue Type: Improvement
>            Reporter: Francesco Chicchiriccò
>            Assignee: Francesco Chicchiriccò
>            Priority: Minor
>              Labels: maven, pom
>             Fix For: 1.1.0-incubating
>
>
> Currently, root POM is distinct from parent POM.
> While this configuration might have some benefits, it brings in higher maintenance cost and also implies some replication.
> Once done, be sure to update Jenkins & Sonar.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Resolved] (SYNCOPE-79) Simplify Maven project structure

Posted by "Francesco Chicchiriccò (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNCOPE-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francesco Chicchiriccò resolved SYNCOPE-79.
-------------------------------------------

    Resolution: Fixed

Jenkins trunk jobs have been successfully updated.
Sonar was reported as updated but there are still some issues.
                
> Simplify Maven project structure
> --------------------------------
>
>                 Key: SYNCOPE-79
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-79
>             Project: Syncope
>          Issue Type: Improvement
>            Reporter: Francesco Chicchiriccò
>            Assignee: Francesco Chicchiriccò
>            Priority: Minor
>              Labels: maven, pom
>             Fix For: 1.1.0-incubating
>
>
> Currently, root POM is distinct from parent POM.
> While this configuration might have some benefits, it brings in higher maintenance cost and also implies some replication.
> Once done, be sure to update Jenkins & Sonar.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (SYNCOPE-79) Simplify Maven project structure

Posted by "Francesco Chicchiriccò (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNCOPE-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13436712#comment-13436712 ] 

Francesco Chicchiriccò commented on SYNCOPE-79:
-----------------------------------------------

http://svn.apache.org/viewvc?rev=1374232&view=rev
                
> Simplify Maven project structure
> --------------------------------
>
>                 Key: SYNCOPE-79
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-79
>             Project: Syncope
>          Issue Type: Improvement
>            Reporter: Francesco Chicchiriccò
>            Assignee: Francesco Chicchiriccò
>            Priority: Minor
>              Labels: maven, pom
>             Fix For: 1.1.0-incubating
>
>
> Currently, root POM is distinct from parent POM.
> While this configuration might have some benefits, it brings in higher maintenance cost and also implies some replication.
> Once done, be sure to update Jenkins & Sonar.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (SYNCOPE-79) Simplify Maven project structure

Posted by "Francesco Chicchiriccò (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNCOPE-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13412882#comment-13412882 ] 

Francesco Chicchiriccò commented on SYNCOPE-79:
-----------------------------------------------

Due to SYNCOPE-107, the hibernate-enhancer module should also be removed.
                
> Simplify Maven project structure
> --------------------------------
>
>                 Key: SYNCOPE-79
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-79
>             Project: Syncope
>          Issue Type: Improvement
>            Reporter: Francesco Chicchiriccò
>            Priority: Minor
>              Labels: maven, pom
>
> Currently, root POM is distinct from parent POM.
> While this configuration might have some benefits, it brings in higher maintenance cost and also implies some replication.
> Once done, be sure to update Jenkins & Sonar.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Assigned] (SYNCOPE-79) Simplify Maven project structure

Posted by "Francesco Chicchiriccò (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNCOPE-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francesco Chicchiriccò reassigned SYNCOPE-79:
---------------------------------------------

    Assignee: Francesco Chicchiriccò
    
> Simplify Maven project structure
> --------------------------------
>
>                 Key: SYNCOPE-79
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-79
>             Project: Syncope
>          Issue Type: Improvement
>            Reporter: Francesco Chicchiriccò
>            Assignee: Francesco Chicchiriccò
>            Priority: Minor
>              Labels: maven, pom
>             Fix For: 1.1.0-incubating
>
>
> Currently, root POM is distinct from parent POM.
> While this configuration might have some benefits, it brings in higher maintenance cost and also implies some replication.
> Once done, be sure to update Jenkins & Sonar.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (SYNCOPE-79) Simplify Maven project structure

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNCOPE-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13436747#comment-13436747 ] 

Hudson commented on SYNCOPE-79:
-------------------------------

Integrated in Syncope-linux #247 (See [https://builds.apache.org/job/Syncope-linux/247/])
    [SYNCOPE-79] Parent POM is root POM now: expecting failures from Jenkins and Sonar... (Revision 1374258)

     Result = FAILURE
ilgrosso : 
Files : 
* /incubator/syncope/trunk/archetype/pom.xml
* /incubator/syncope/trunk/build-tools/pom.xml
* /incubator/syncope/trunk/client/pom.xml
* /incubator/syncope/trunk/console/pom.xml
* /incubator/syncope/trunk/core/pom.xml
* /incubator/syncope/trunk/parent
* /incubator/syncope/trunk/pom.xml
* /incubator/syncope/trunk/quality/pom.xml
* /incubator/syncope/trunk/src
* /incubator/syncope/trunk/src/site/xdoc/release-process.xml

                
> Simplify Maven project structure
> --------------------------------
>
>                 Key: SYNCOPE-79
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-79
>             Project: Syncope
>          Issue Type: Improvement
>            Reporter: Francesco Chicchiriccò
>            Assignee: Francesco Chicchiriccò
>            Priority: Minor
>              Labels: maven, pom
>             Fix For: 1.1.0-incubating
>
>
> Currently, root POM is distinct from parent POM.
> While this configuration might have some benefits, it brings in higher maintenance cost and also implies some replication.
> Once done, be sure to update Jenkins & Sonar.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (SYNCOPE-79) Simplify Maven project structure

Posted by "Francesco Chicchiriccò (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNCOPE-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13436753#comment-13436753 ] 

Francesco Chicchiriccò commented on SYNCOPE-79:
-----------------------------------------------

Jenkins failure was expected, due to changes; I've opened INFRA-5159 for requesting to fix this. 
                
> Simplify Maven project structure
> --------------------------------
>
>                 Key: SYNCOPE-79
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-79
>             Project: Syncope
>          Issue Type: Improvement
>            Reporter: Francesco Chicchiriccò
>            Assignee: Francesco Chicchiriccò
>            Priority: Minor
>              Labels: maven, pom
>             Fix For: 1.1.0-incubating
>
>
> Currently, root POM is distinct from parent POM.
> While this configuration might have some benefits, it brings in higher maintenance cost and also implies some replication.
> Once done, be sure to update Jenkins & Sonar.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (SYNCOPE-79) Simplify Maven project structure

Posted by "Francesco Chicchiriccò (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNCOPE-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francesco Chicchiriccò updated SYNCOPE-79:
------------------------------------------

    Fix Version/s: 1.1.0-incubating
    
> Simplify Maven project structure
> --------------------------------
>
>                 Key: SYNCOPE-79
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-79
>             Project: Syncope
>          Issue Type: Improvement
>            Reporter: Francesco Chicchiriccò
>            Assignee: Francesco Chicchiriccò
>            Priority: Minor
>              Labels: maven, pom
>             Fix For: 1.1.0-incubating
>
>
> Currently, root POM is distinct from parent POM.
> While this configuration might have some benefits, it brings in higher maintenance cost and also implies some replication.
> Once done, be sure to update Jenkins & Sonar.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira