-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project migrated to Alfresco SDK 2.0 structure #6
Conversation
@cetra3 I was looking at your github page, and i saw you have an alfresco gradle plugin project. |
@douglascrp Internally we use gradle for building our amps as it's much more discrete and we actually have our own amp creator plugin for gradle here: https://bitbucket.org/parashift/alfresco-amp-plugin This is what we use to build this project internally. I have not updated the However: I do see the benefit of being able to build an amp file from maven, without gradle, as well. If you can recreate a pull request which just includes the |
@douglascrp OK for me to close this one? |
Hi Cetra, |
As I mentioned previously I'm not against maven. It's more just personal choice. Gradle is what we have been using internally to great effect. I do see the benefit of having a Maven pom file, but this is something I don't have the bandwidth for doing myself at the moment. |
@cetra3 well, I already did that for you. |
There are a few extraneous files in your pull request, which I think are based upon the standard maven template which shouldn't really be included in this project. As I mentioned before, happy to accept the pull request, but I do need you to clean it up quite a bit before submitting. |
Ah, now I understand. Em seg, 29 de jun de 2015 às 22:14, cetra3 notifications@github.com
|
I've made a commit to enable maven, so this pull request can close. Thanks for your help! |
I don't know if it of your interest, but by using Alfresco SDK project you are able to execute your custom code inside an development Alfresco server.
Another advantage is to be able to package your code as an AMP, which is the official package format supported by Alfresco.
I did this port to be able to test this project, as I'm trying to implement the create document, as asked by @iwkse on the issue #3
If you accept my pull request, then I think you can move both alfresco and share projects to the project's root.
The alfresco project was created only to allow me to execute a full Alfresco server, since I need the repository part.