[
https://issues.apache.org/jira/browse/AMQ-3621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904302#comment-13904302
]
Les Hazlewood commented on AMQ-3621:
------------------------------------
[~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)