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,443 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
[Add feature/bug description here]
When build image, how to add image label, like docker build --label xxxx
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?
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
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
Jun 18, 2020 - Java
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Feb 14, 2019 - Java
-
Updated
May 19, 2020 - 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
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
Jun 19, 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
-
Updated
Jun 19, 2020 - Java
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
Jun 16, 2020 - Shell
-
Updated
Dec 16, 2019 - Java
-
Updated
Feb 22, 2020 - Java
-
Updated
Feb 14, 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