You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Les Hazlewood (JIRA)" <ji...@apache.org> on 2014/02/18 18:54:23 UTC

[jira] [Comment Edited] (AMQ-3621) Integrate Apache Shiro with ActiveMQ as "security solution"

    [ https://issues.apache.org/jira/browse/AMQ-3621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904302#comment-13904302 ] 

Les Hazlewood edited comment on AMQ-3621 at 2/18/14 5:54 PM:
-------------------------------------------------------------

[~ceposta], I noticed I removed something from the root pom by accident when cleaning up my project.  The following needs to be added back into the root pom:

{code:xml}
<distributionManagement>
  <site>
    <!-- this needs to match a server in your settings.xml with upload settings -->
    <id>activemq-website</id>
    <!-- set the staging.siteURL in your ~/.m2/settings.xml in a release or other profile -->
    <url>${staging.siteURL}/maven/${project.version}</url>
    <!--<url>${site-repo-url}</url>-->
   </site>
   <snapshotRepository>
     <id>apache.snapshots.https</id>
     <name>Apache Development Snapshot Repository</name>
     <url>https://repository.apache.org/content/repositories/snapshots</url>
     <uniqueVersion>false</uniqueVersion>
   </snapshotRepository>
</distributionManagement>
{code}

I'm deleting the existing .patch file and uploading a new one with this change.


was (Author: lhazlewood):
[~ceposta], I noticed I removed something from the root pom by accident when cleaning up my project.  The following needs to be added back into the root pom:

{code:xml}
<distributionManagement>
  <site>
    <!-- this needs to match a server in your settings.xml with upload settings -->
    <id>activemq-website</id>
    <!-- set the staging.siteURL in your ~/.m2/settings.xml in a release or other profile -->
    <url>${staging.siteURL}/maven/${project.version}</url>
    <!--<url>${site-repo-url}</url>-->
   </site>
   <snapshotRepository>
     <id>apache.snapshots.https</id>
     <name>Apache Development Snapshot Repository</name>
     <url>https://repository.apache.org/content/repositories/snapshots</url>
     <uniqueVersion>false</uniqueVersion>
   </snapshotRepository>
</distributionManagement>
{code}

> Integrate Apache Shiro with ActiveMQ as "security solution"
> -----------------------------------------------------------
>
>                 Key: AMQ-3621
>                 URL: https://issues.apache.org/jira/browse/AMQ-3621
>             Project: ActiveMQ
>          Issue Type: New Feature
>            Reporter: Cservenak, Tamas
>            Assignee: Christian Posta
>             Fix For: 5.10.0
>
>         Attachments: AMQ-3621.git.patch
>
>
> Integrate Apache Shiro with ActiveMQ as "security solution".
> This would benefit for ActiveMQ to have support for a vast amount of already existing solution (Realm implementations) that are out there for Shiro.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)