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
652
votes
24 answers

How to build JARs from IntelliJ IDEA properly?

I have a project that contains a single module, and some dependencies. I'd like to create a JAR, in a separate directory, that contains the compiled module. In addition, I would like to have the dependencies present beside my module. No matter how I…
ripper234
  • 222,824
  • 274
  • 634
  • 905
112
votes
4 answers

What does the parent tag in Maven pom represent?

E.g.: mycompany.trade.com mycompany.trade. 1.1.1.0-SNAPSHOT Does it mean that Maven will search for parent pom? If yes, where, in which order? May be in…
user710818
  • 23,228
  • 58
  • 149
  • 207
91
votes
5 answers

Publish Java artifact to Maven Local with Gradle

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 { ext { springBootVersion =…
Erikson Murrugarra
  • 1,379
  • 3
  • 13
  • 22
40
votes
12 answers

Missing artifact com.oracle:ojdbc6:jar:11.2.0 in pom.xml

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 and version are correct. How can I fix the problem?
soumitra chatterjee
  • 2,268
  • 9
  • 26
  • 48
34
votes
4 answers

How do I install a test-jar in maven?

I have a test-jar which I would like to install. I am not sure if there is a different way to install test-jars, such as defining a property that tells maven it is a test-jar. Also, the groupId and artifactId are the same as another jar for which…
Sujen
  • 1,614
  • 5
  • 19
  • 25
28
votes
2 answers

How do Teamcity artifact paths work?

Can anyone give me an example of what the Artifact paths setting defined for a build configuration could look like if I want to create two artifacts dist and source where I am using the sln 2008 build runner and building my projects using the…
Xerx
  • 3,755
  • 8
  • 32
  • 28
23
votes
1 answer

Rendering artifacts on Bootstrap modals in IE11 and Edge

I am repeatedly experiencing Rendering artifacts on several versions of IE11 and Edge, as well as several different devices with different graphics cards and drivers, and different update states of Windows 10. The blue arrows on the screenshots…
16
votes
2 answers

JavaFX can't build artifact - fx:deploy is not available in this JDK

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 this JDK I found a similar problem on here from last…
Mr. Nielzom
  • 317
  • 1
  • 2
  • 11
16
votes
8 answers

Missing artifact com.sun:tools:jar:1.5.0 maven

I am using maven in my web project this is how my pom.xml looks I use eclipse juno,with apache tomcat 7,I am runnning windows xp OS,"C:\Program Files\Java\jdk1.6.0_23\lib" is where my tools jar is.i tried hardcoding it in pom.xml but it was telling…
HkFreaKuser1673718
  • 759
  • 4
  • 13
  • 31
15
votes
1 answer

How to add own project to public maven repository?

I'd like to add my project to public maven repository so that it can be used by community. It doesn't have to be maven central - just any kind of public and free repository for open source code. How do I do that (in easiest way)?
Daimon
  • 3,703
  • 2
  • 28
  • 30
14
votes
6 answers

com.intellij.javaee.oss.admin.jmx.JmxAdminException: com.intellij.execution.ExecutionException

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 being deployed, please wait... [2017-04-06…
qg_java_17137
  • 3,310
  • 10
  • 41
  • 84
13
votes
9 answers

Could not transfer artifact from/to central IntelliJ

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.org/maven2): Transfer failed for…
Tung Vo
  • 2,227
  • 5
  • 27
  • 45
13
votes
4 answers

Android ScriptIntrinsicBlur doesn't blur the whole image and generates a transparent Edge

I have some problems with the RenderScript ScriptIntrinsic Blur - on some devices it doesn't blur the whole image. I downscale the input image and make sure that the width is a multiple of 4 (because it's suggested by Roman Nurik:…
Romanski
  • 730
  • 8
  • 27
12
votes
1 answer

In artifactory repositories, what is the difference between a file integration revision and a folder integration revision?

I'm looking at different repository layouts, and I see a distinction between folder integration revisions and file integration revisions. Are these the same revision number (just placed on a file and/or folder) or are they different things? Here…
DonBecker
  • 2,424
  • 3
  • 25
  • 43
11
votes
3 answers

How to create a JarJar'd artifact with Maven, where use of artifact does not pull transitive dependencies?

I currently have a Java testing library which is built with Maven, and distributed as a jar. My project depends on a very common library (Objectweb ASM), and I've experienced problems where an earlier and incompatible version of ASM is already on…
Grundlefleck
  • 124,925
  • 25
  • 94
  • 111
1
2 3
31 32