artifact Questions
7
When I run tomcat in IntelliJ IDEA, I get this below error, I have searched the StackOverflow, find nothing about my exception.
[2017-04-06 10:57:30,875] Artifact elecMaven-explored: Artifact is...
Meridethmeridian asked 6/4, 2017 at 3:4
7
Solved
I am trying to deploy a github.io blog but having an issue with build and deployment. I can build the files without any issue on local server, but when I try to publish it on github server by pushi...
Aprylapse asked 3/1, 2022 at 15:58
4
I have a requirement where any file should be put in the artifact using python language. I tried to search all over internet but I couldn't find any help.
Please share code snippet or something wh...
Bray asked 17/7, 2012 at 0:58
2
I'm running a TeamCity agent that spawns a docker container, running several tasks inside that (php) container. Such as phpunit, phplint and composer. I zipped the content inside the container if a...
12
Solved
I am using Eclipse Luna and working on a maven project. When I add the entry for ojdbc jar in pom.xml , it is giving error in the xml. I can't find any reason for the issue as groupId, artifactId...
9
Solved
My Spring boot project using Maven.
When I build it using IntelliJ Community, I get the error:
Could not transfer artifact com.jolira:hickory:pom:1.0.0 from/to central (https://repo.maven.apache.o...
Grayback asked 12/1, 2021 at 2:17
1
i'm running a pipeline in my GitLab project where automated ui tests are executed. After the tests has been finished it will generate a test report where also a .html file is generated to be able t...
Chaffer asked 24/1, 2023 at 22:9
1
Given the Maven coordinates (group, artifact, version) of an arbitrary released artifact that you're capable of resolving, (an artifact which may or may not have been sent to Maven Central - could ...
Slinky asked 31/10, 2021 at 22:8
4
Solved
E.g.:
<parent>
<groupId>mycompany.trade.com</groupId>
<artifactId>mycompany.trade.</artifactId>
<version>1.1.1.0-SNAPSHOT</version>
</parent>
D...
Leash asked 6/11, 2011 at 10:28
5
Solved
I am facing a problem when trying to install a generated jar into my local Maven Repository. The message error just show me 'task 'publish' is not found'
I am using this Gradle Script:
buildscript ...
Hanafee asked 29/1, 2016 at 21:49
1
Solved
I need download specific Maven artifact using version range e.g.:
GroupId:org.apache.logging.log4j
ArtifactId=log4j-api
Version=[2.17.1,)
Right now I need it in one CI job.
How can I do it?
Isotron asked 21/9, 2022 at 13:39
3
In Artifactory, I have an artifact "consumersvc" and there are multiple version: 1.0.0, 1.1.0, 1.2.0 etc
Now, For each of these artifact versions, there are some properties attached to the build a...
Crambo asked 28/8, 2015 at 18:22
1
Solved
In the documentation, it seems that we can set the expire-in to several days or weeks. But I cannot decide an accurate fixed date. Is it possible to always keep the 'lastest' artifact, and remove t...
3
I run e2e tests on CI environment, but I cannot see the artifacts in pipelines.
bitbucket-pipelines.yml:
image: cypress/base:10
options: max-time: 20
pipelines:
default:
-step:
script:
- ...
Spang asked 19/11, 2018 at 12:1
2
I have added Travic-CI on travis-ci.org to my github project.
The .travis.yml file looks like this:
language: csharp
solution: MyProject.sln
So, when I go to
https://travis-ci.org/username/My...
Acidulent asked 20/12, 2016 at 8:33
2
I am using azure devops, and trying to building code and upload using maven, but i am getting following error message.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2...
Weller asked 2/12, 2019 at 7:26
2
I have a JavaFX project that I would like to build as a Jar-file. However, when I attempt to do so, I get an error.
Error:Java FX Packager: Can't build artifact - fx:deploy is not available in thi...
Krispin asked 21/2, 2019 at 12:12
1
Solved
When I want to download an artifact I use the following kind of URL: https://github.com/some_user/some_repo/suites/some_id/artifacts/some_id. This however always leads me to a .zip package even if ...
Marden asked 17/8, 2020 at 12:50
2
Solved
I'm using Azure DevOps to create a pipeline that will have one stage to build and publish a Function App as an artefact, and then subsequent stages to deploy the Function App through the required l...
Hammurabi asked 13/6, 2020 at 11:58
1
I've run into an issue using MLflow server. When I first ran the command to start an mlflow server on an ec2 instance, everything worked fine. Now, although logs and artifacts are being stored to p...
Intendment asked 18/5, 2020 at 14:9
1
While doing mvn clean package for the project i am getting below error and did not understand the cause of the error:
[ERROR] Failed to execute goal on project dbimport: Could not resolve de...
Acotyledon asked 26/4, 2020 at 17:6
2
Solved
I am using GitHub Actions and have 2 jobs, one that uploads a folder, and another that will create an image using that folder.
Job 1:
- name: Upload Build
uses: actions/upload-artifact@v1
with:...
Intermezzo asked 4/2, 2020 at 14:22
2
Solved
I have a published a build artifact published to $(Build.ArtifactStagingDirectory)/drop with artifactName "some_sidebar" and the artifact publish location is Azure Pipeline.
How can I retrieve tha...
Calabria asked 16/1, 2020 at 10:48
0
If we write a hello world.cpp and build using g++ in linux, doing an objdump or a strings can expose the compiler used in linux.
Is there a way to know which compiler generated a static library?...
2
Solved
I have a Gradle project which creates a zip artifact. I define the artifact via artifacts.add('default', zipTask). I add this project to another project via includeBuild and use the zip as dependen...
Guth asked 30/7, 2019 at 13:12
1 Next >
© 2022 - 2024 — McMap. All rights reserved.