You cannot post messages because only members can post, and you are not currently a member.
Description:
Alfresco is the Open Source Alternative for Enterprise Content Management (ECM), providing Document Management, Records Management, Web Content Management. Fancy working with Alfresco ECM, but don't want to waste way too much time in googling ? You are in the right place. Just use Apache Maven :)
|
|
|
maven-amp-plugin not supported by IDEs
|
| |
As far as I can tell the alfresco-maven-plugin is not supported by Eclipse or IntelliJ. In order to work with projects that have this plugin the IDE has to be configured to shell out to maven to do building... rather than using all of the incremental compiling and deploying goodness that's baked... more »
|
|
enforcer version rule still seems wrong
|
| |
Here is what's in the current 1.0 release of the parent pom: <regex>^(4\.[2-9]|[5-9]).*</re gex> I just discovered the 1.1 version of the parent pom includes a better regex: <regex>^(4\.1\.[2-9]|4\.[2-9]| [5-9]).*</regex> It's unclear why we would want the middle number to be [2-9] or [5-9]... Or... more »
|
|
should mvn clean -Ppurge clean solr indexes?
|
| |
I think it should and I think it is not. I've got my poms all hacked up so it could just be that, but looking at the parent pom it looks like this was missed? P.S. are you all interested in having folks (me) fork this stuff and send in pull requests? If so, where is this all hosted? Thanks, -- Bindu... more »
|
|
Exception with Activiti Workflow
|
| |
Hi guys, I was running a Jeff Potts Tutorial workflow using the maven SDK (AMP archetype). I've got this exception and I'm not sure if this is activiti or h2 related. Thanks in advance, any feedback is appreciated. 15:56:04,058 ERROR [org.alfresco.repo.activities. post.lookup.PostLookup] Exception during update of posts... more »
|
|
|