-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
SDK 3.0 change version to Alfresco 5.0 enterprise #461
Comments
Thanks for submitting this issue @zhihailiu. This is indeed a bug. Unfortunately due this bug there is no easy work around for this bug, we will have to include this in 3.0.1 |
…#461 This also raises questions around the use of <alfresco.platform.war.artifactId /> since this will never have any effect currently
I've committed a fix that fixes this issue, however I'm keeping it open as the fix raises questions around the usage of the |
@gravitonian Any chance you have any input to the fix I put in 37c26cf ? You did a pull request that changed the default value of the |
Note to self: 4.2.x enterprise the artifact ID is |
Last commit does indeed address this issue, will be part of 3.0.1 that will be released shortly. |
3.0.1 has been released to address this issue. |
Thank you @ohej. $mvn archetype:generate -Dfilter=org.alfresco: |
@zhihailiu Option 10 should show 3.0.1 among the list. Choose a number or apply filter (format: [groupId:]artifactId, case sensitive co |
I'm submitting a ... (check one with "x")
Expected Behavior
I am trying to change Alfresco version from
<alfresco.platform.version>5.2.e</alfresco.platform.version>
<alfresco.share.version>5.2.d</alfresco.share.version>
<maven.alfresco.edition>community</maven.alfresco.edition>
to 5.0.2.5 enterprise
<alfresco.platform.version>5.0.2.5</alfresco.platform.version>
<alfresco.share.version>5.0.2.5</alfresco.share.version>
<maven.alfresco.edition>enterprise</maven.alfresco.edition>
Current Behavior
There is no error in log. But localhost:8080/alfresco does not have the link to "Alfresco Administration Console (admin only)". I can login Share but it says the installation is "Alfresco Community v5.0.2".
By the way, changing the version works in other cases such as 5.1.1 enterprise and 5.0.d community. Not sure why it won't work in the combination of 5.0 and enterprise.
Possible Solution
Steps to Reproduce (for bugs)
Context
Your Environment
Additional information
The text was updated successfully, but these errors were encountered: