Giter VIP home page Giter VIP logo

acs-packaging's People

Contributors

adragoi avatar aforascu avatar alandavis avatar alexandraleahu avatar alfresco-build avatar ancutam avatar andrei-zapodeanu-alfresco avatar anechifor avatar cezarleahu avatar cristianturlica avatar damianujma avatar denisgabriela avatar dependabot-preview[bot] avatar dependabot[bot] avatar derekhulley avatar dsibilio avatar epurashu avatar killerboot avatar kmagdziarz avatar markrogersalfresco avatar montgolfiere avatar mstrankowski avatar pzhyland avatar ramunteanu avatar rpopa avatar rrajoria avatar saraaspery avatar skopf avatar tpage-alfresco avatar tzclucian avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

acs-packaging's Issues

Dependabot couldn't find a pom.xml for this project

Dependabot couldn't find a pom.xml for this project.

Dependabot requires a pom.xml to evaluate your project's current Java dependencies. It had expected to find one at the path: /docker-alfresco/test/docker-alfresco-all-amps-test/pom.xml.

If this isn't a Java project, or if it is a library, you may wish to disable updates for it from within Dependabot.

View the update logs.

Can't run share image as non root

The alfresco share docker image runs as root which is not ideal. Could there at least be a list of permissions or commands needed to create a custom image that can run as a non root user similar to other Alfresco images.

Enquiry on the guide to be a contributor.

Hello,

I am currently a Junior developer. And I have used alfresco for over two years now.
I was wondering if there was a guide to join as a contributor.
I read the CONTRIBUTING.md file and it seems not to help much.
A helpful guide would be much appreciated.

Thank you.

Dependabot couldn't authenticate with https://artifacts.alfresco.com/nexus/content/groups/internal

Dependabot couldn't authenticate with https://artifacts.alfresco.com/nexus/content/groups/internal.

Dependabot tried to authenticate with the details you previously provided, but authentication failed. If they are no longer valid you will need to provide Dependabot with new credentials.

You can provide authentication details in your Dependabot dashboard by clicking into the account menu (in the top right) and selecting 'Config variables'.

View the update logs.

Fail to build acs-packaging

Hi.

I tried building the acs-packaging project. However, it has failed.
The situation is as follows.

Subject

An error occurs due to lack of dependencies.

Performed steps

  1. Clone project using git command below.

    $ git clone [email protected]:Alfresco/acs-packaging.git
    
  2. Install using mvn command below.

    $ cd acs-packaging
    $ mvn clean install
    

Expected

Build suceeded.

Actual

Error occured with error messages below.

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Alfresco Content Services Packaging                                [pom]
[INFO] Alfresco Content Services WAR                                      [war]
[INFO] Alfresco Content Services Distribution zip                         [jar]
[INFO] Alfresco Content Services Docker Image Builder                     [pom]
[INFO] Alfresco Content Services Docker Image Builder for AWS             [pom]
[INFO] Alfresco Content and Share Services with Amps Docker Image Builder [pom]
[INFO] 
[INFO] ---------------------< org.alfresco:acs-packaging >---------------------
[INFO] Building Alfresco Content Services Packaging 6.3.0-SNAPSHOT        [1/6]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ acs-packaging ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ acs-packaging ---
[INFO] Installing <Path to repository parent>/acs-packaging/pom.xml to <Path to user home>/.m2/repository/org/alfresco/acs-packaging/6.3.0-SNAPSHOT/acs-packaging-6.3.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------------< org.alfresco:content-services >--------------------
[INFO] Building Alfresco Content Services WAR 6.3.0-SNAPSHOT              [2/6]
[INFO] --------------------------------[ war ]---------------------------------
[WARNING] The POM for org.alfresco:alfresco-enterprise-remote-api:jar:8.41 is missing, no dependency information available
[WARNING] The POM for org.alfresco:alfresco-enterprise-repository:jar:8.44 is missing, no dependency information available
[WARNING] The POM for org.alfresco:alfresco-enterprise-crypto:jar:6.2 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Alfresco Content Services Packaging 6.3.0-SNAPSHOT:
[INFO] 
[INFO] Alfresco Content Services Packaging ................ SUCCESS [  0.511 s]
[INFO] Alfresco Content Services WAR ...................... FAILURE [  2.461 s]
[INFO] Alfresco Content Services Distribution zip ......... SKIPPED
[INFO] Alfresco Content Services Docker Image Builder ..... SKIPPED
[INFO] Alfresco Content Services Docker Image Builder for AWS SKIPPED
[INFO] Alfresco Content and Share Services with Amps Docker Image Builder SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.204 s
[INFO] Finished at: 2019-12-18T15:37:11+09:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project content-services: Could not resolve dependencies for project org.alfresco:content-services:war:6.3.0-SNAPSHOT: The following artifacts could not be resolved: org.alfresco:alfresco-enterprise-remote-api:jar:8.41, org.alfresco:alfresco-enterprise-repository:jar:8.44, org.alfresco:alfresco-enterprise-crypto:jar:6.2: Failure to find org.alfresco:alfresco-enterprise-remote-api:jar:8.41 in https://artifacts.alfresco.com/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of alfresco-public has elapsed or updates are forced -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :content-services

Environment Info

$ java -version
openjdk version "13" 2019-09-17
OpenJDK Runtime Environment (build 13+33)
OpenJDK 64-Bit Server VM (build 13+33, mixed mode, sharing)

$ mvn -v
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /usr/local/Cellar/maven/3.6.3/libexec
Java version: 13, vendor: Oracle Corporation, runtime: /Library/Java/JavaVirtualMachines/jdk-13.jdk/Contents/Home
Default locale: ja_JP, platform encoding: UTF-8
OS name: "mac os x", version: "10.15.2", arch: "x86_64", family: "mac"

Other Info

In Alfresco Nexus Repository, There seems to be no "org.alfresco:alfresco-enterprise-remote-api:jar:8.41", "org.alfresco:alfresco-enterprise-repository:jar:8.44" and "org.alfresco:alfresco-enterprise-remote-api:jar:8.41" in the alfresco-private repository.
There are only in alfresco-internal repository.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.