Questions tagged [artifact]

Artifact term is used in software development which implies a part or final software solution deployed on execution environments

Software Artifact/s being produced by tools such as , , , , and many more. These artifacts are stored at for distribution.

Useful Links

Wikipedia Page

479 questions
0
votes
2 answers

I add dependency in pom.xml

I add dependency in pom.xml.But I got error in my pom.xml file Missing artifact com.oracle:ojdbc14:jar:10.2.0.2.0.Is there any thing wrong in the steps I followed. Please help me out.
0
votes
1 answer

java - Can't deploy exploded artifact

I can't deploy exploded artefact on TomCat 7, however non-exploded artefact deploys perfectly fine. Can anyone help what am I doing wrong? SEVERE: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component…
Oleg
  • 2,984
  • 8
  • 43
  • 71
0
votes
2 answers

Wordpress white line overflow

So when I opened wordpress on my localhost server today there is a "?>" on a white line on the top of the screen, just below the wordpress toolbar, it also shows up on my website above the header...(i need 10 rep points to post screenshot…
Novakim
  • 17
  • 3
0
votes
1 answer

Gradle config for ContentProvider contract

I'm trying to make separate artifact in my project to build jar file with ContentProvider contract classes. To build this jar I use next task: task contractsJar(type: Jar) { from android.applicationVariants.release.javaCompile.destinationDir …
Lampapos
  • 1,063
  • 1
  • 12
  • 26
0
votes
1 answer

Tycho: maven artifact corresponding to a p2 installable unit in the active target platform

Imagine I have this entry in my target file (used as active target in my tycho build):
Jmini
  • 9,189
  • 2
  • 55
  • 77
0
votes
2 answers

Missing artifact error for provided scope dependecy in maven 3.1.0

I have a dependency with scope provided in pom.xml file. But m2e give Missing artifact error com.oracle ojdbc6 11.2.0.3 provided
0
votes
1 answer

Creating a Maven Artifact from (Eclipse) Project, and Generating New Project from it

I have an Maven (eclipse) Project, which i want to convert to an Maven Artifact - so that others can generate new Project from it. To create Artifact i did: cd to my proj dir where pom.xml exists mvn install After this i can see that .m2\repository…
Jasper
  • 8,440
  • 31
  • 92
  • 133
0
votes
1 answer

WebGL with CocoonJS - Duplicate triangle

I have a very simple test code which draws a moving triangle. In Chrome it works fine, however on an Android 4.1 Device with the CocoonJS 1.4.1 launcher (which funnels work to OpenGL ES 2.0) a random effect pops in: The triangle is drawn, but quite…
ron
  • 9,262
  • 4
  • 40
  • 73
0
votes
1 answer

With Jenkins how do I compare with Git specific branch names form a previous job to get 'nothing to do' status or not

In Jenkins, I want to create a job that compares the last stable build from a Git project with the Git release branch I am going to deploy. How do I call the branch name from the other project and compare it with the release branch and fail the job…
Brizzle
  • 1
  • 1
0
votes
2 answers

dom4j maven missing artifact

I'm having a problem with dom4j in pom.xml. org.dom4j dom4j-1.4 1.4 jar compile is annotated with "Missing…
jaros
  • 323
  • 1
  • 3
  • 15
0
votes
1 answer

SFML OpenGL Application artifacts - something "wierd" is happening

Firstly, sorry for the poor question title, I didn't know exactly what to put! So I have an OpenGL application running from a SFML Window context. I previously posted a question about poor performance, but that issue seems to be solved now. As you…
FreelanceConsultant
  • 13,167
  • 27
  • 115
  • 225
0
votes
1 answer

iPhone keyboard with weird dot

Where is this dot coming from?: There is a dot hidden behind keyboard and highlights to blue when pressed (trying to press ?123) to change keyboard mode. I have noticed it in few placed in my app and in iOS 6 (also with decimal keyboard, one can…
Lukasz
  • 19,816
  • 17
  • 83
  • 139
0
votes
1 answer

Download specific POM file using it's Maven artifact

I'm new to Maven, but the big picture is that I need to download (in command line) the POM file of a certain artifact which is in a remote maven repository (Artifactory) using just it's artifact name and making it dynamically (by giving only the…
Filipe P.
  • 1
  • 1
  • 1
0
votes
1 answer

Can I download artifacts built by BuildHive?

I have started using the free Jenkins build service on BuildHive for one of my GitHub projects. This is also my first try doing anything with Maven. I have succeeded in building my project using this script on BuildHive: cd base_dir mvn package The…
kriegaex
  • 63,017
  • 15
  • 111
  • 202
0
votes
2 answers

jenkins archive artifact excluding all subdirectory

I have a couple of job in Jenkins that archive artifact from the source tree for another job (some unit tests or alike). I have the current situation : top_dir \scripts_dir \some_files \dir1 \dir2 \dir3 \other_dir I…
user2095591
  • 21
  • 1
  • 3
1 2 3
31
32