Maven
Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting, and documentation from a central piece of information. Maven is typically used for Java projects.
Here are 7,207 public repositories matching this topic...
Since lollipop it's possible to record the screen: https://android.googlesource.com/platform/development/+/bf1e262/samples/ApiDemos/src/com/example/android/apis/media/projection/MediaProjectionDemo.java
Perhaps an example using a service running in the background while it captures the screen is a nice idea.
-
Updated
Dec 13, 2019 - Java
I've only seen AngularJS's Protractor used with JavaScript or TypeScript but it would be awesome to have a Kotlin example.
Is this a BUG REPORT or FEATURE REQUEST?: feature request
Description
Looking at the usage docs, there are a few items than can be configured:
buildArgsbuild.squash- etc.
However docker's build command has many more options. I th
Bumptech Glide 4.7.1
Please provide:
-
Link to build log from https://jitpack.io
https://jitpack.io/com/github/bumptech/glide/v4.7.1/build.log -
Does the project build on your machine with the same commands (e.g. ./gradlew install) ?
Haven't tried building locally. -
What error are you seeing?
Could not resolve all files for configuration ':app:betaReleaseRuntimeClasspath'.
Could not resolve com.gi
These warnings appear when the Spring application starts:
03:01:22.550 [restartedMain] DEBUG org.telegram.telegrambots.meta.ApiContext - Class org.telegram.telegrambots.meta.generics.BotSession already registered
03:01:22.557 [restartedMain] DEBUG org.telegram.telegrambots.meta.ApiContext - Class org.telegram.telegrambots.meta.generics.Webhook already registeredIs this ok?
There is lots of good documentation auto-extracted from the TensorFlow header files here:
However, the docs use line comments, not JavaDoc comments, so the documentation is not visible in popups in Eclipse etc.
In this case, the comments are in MarkDown format. It would be great
-
Updated
May 11, 2020 - Java
-
Updated
Nov 9, 2019 - JavaScript
-
Updated
Feb 14, 2019 - Java
-
Updated
May 6, 2020 - Java
Description
I'm using a no-xml simple dockerfile build config and would like to disable the build cache.
Setting -Ddocker.noCache=true on the Maven command line works fine, but
<properties>
<docker.noCache>true</docker.noCache>
</properties>
does nothing.
Based on the docs, I'm not sure if this is intended behaviour
-
Updated
Mar 19, 2020 - Java
I started using spotless in a maven java project for the first time. I am getting an exception indicating that there are unused imports. I can strip down the file to be as simple as
package example;
public interface Test {
}
There are no imports at all, but still there is the removeUnusedImports error.
Full Stack trace:
[spotless-stacktrace.txt](https://github.com/diffplug/s
-
Updated
May 16, 2020 - Java
New feature: Prevent header timestamp in git.properties to allow for reproducible builds.
The git.properties file output includes the current time as a timestamp in a commented header. This prevents reproducible builds because each build will include a different timestamp.
A feature fix would prevent this timestamp from being written as a comment header.
Note1: For reproducible builds th
When use IMM CreateOfficeConversionTask to convert a document to vector format, there's no thumbnail image generated. In most cases, we need such a thumbnail for the purpose to preview the document in a list page. For now, I have to call the API twice to generate both vector and jpg format, and use the first page of the jpg for preview, and use the vector for the formal reading page. If the vector
I can not make the eclipse stop at a breakpoint to debug..
Does anyone know how to do this?
I already tried this:
https://blog.jooq.org/2015/06/23/how-to-debug-your-maven-build-with-eclipse/
-
Updated
May 17, 2020 - Shell
-
Updated
Dec 16, 2019 - Java
-
Updated
Feb 22, 2020 - Java
-
Updated
Feb 14, 2019 - Java
-
Updated
Sep 30, 2019 - Java
Created by Apache Software Foundation
Released July 13, 2004
- Repository
- apache/maven
- Website
- maven.apache.org
- Wikipedia
- Wikipedia
Copied from briandealwis/cram#5: @student-06 asked