Skip to content
#

maven-plugin

Here are 655 public repositories matching this topic...

binkley
binkley commented Mar 26, 2020

Thank you for this project!

I have been struggling to work out how best to configure a CI for using DependencyCheck.

For example, I'd like to use the caching feature of GitHub actions with DependencyCheck to avoid redownloading all the CVEs on each build.

  1. Is there a shared cache I can refer to?
  2. If not; what's the "right" way to set up a shared cache for my project?

Ideally, this

jrivard
jrivard commented Feb 28, 2020

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

hirakida
hirakida commented Apr 1, 2020

When I use the gradle plugin with Gradle 6, I get the following deprecation warning.

> Task :generateTypeScript
Running TypeScriptGenerator version 2.21.588
The compile configuration has been deprecated for resolution. This will fail with an error in Gradle 7.0. Please resolve the compileClasspath configuration instead. Consult the upgrading guide for further information: https://docs.grad
juergen-albert
juergen-albert commented Apr 5, 2020

As discussed in the last Call, this issue should be used to discuss the possibility of using the Reporter to extract documentation for the bnd.bndtools.org page automatically.

We should try to experiment with it and find out, what would be necessary to incorporate this in the bnd build.

@stbischof As you have invested quite a bit of work in the reporter, what do you think would be necessary

Sami32
Sami32 commented Aug 27, 2018

Sorry, i've tried to use <dirmode> without any success:

<data>
	<src>${project.external-resources}</src>
	<type>directory</type>
	<includes>*.conf, *.webfilters</includes>
	<mapper>
		<type>perm</type>
		<filemode>666</filemode>
                <dirmode>777</dirmode>
		<strip>1</strip>
		<prefix>/usr/lib/${project.name.camel}/examples</prefix>
	</mapper>
</data>

Could yo

Ardesco
Ardesco commented Feb 22, 2019

I get the feeling that the Wiki doesn't really get read too much and is not as easy to find as the website. I'm going to suggest that we move all wiki content to the website and then close down the Wiki portion of the repo.

The website is using markdown with GitHub Pages so it should largely be a cut and paste job with some minor tweaking.

anandsudhir
anandsudhir commented Aug 30, 2018

Currently, the headless scanner extension expects an XML based configuration file and this works ok. But, making the XML is cumbersome and also requires that most of the request URLs be wrapped in CDATA blocks.

IMHO, this would be much simpler, cleaner and much more concise in JSON than in XML, Also, the configuration files for Burp itself seem to be JSON based. So, this move will make it sor

reallyinsane
reallyinsane commented Jul 29, 2019

The XML report for dependency updates contains typos. It would be nice to fix:

  • nextVersionAlailable to nextVersionAvailable (fixed with #341 )
  • nextIncremetalAvailable to nextIncrementalAvailable (still open)

Best regards

Matthias

grasshopper7
grasshopper7 commented Jun 17, 2019

Can the bars in features, tags, steps summary pages be made clickable so the link opens to the details page directly.
So it goes from pages/tag-summary.html to pages/tag-scenarios/tag_TagOver.html when the TagOver bar is clicked.
Saves the time for scrolling and searching for the desired tag, feature or step in the section below.

Improve this page

Add a description, image, and links to the maven-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the maven-plugin topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.