Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
P
producerConsumerLab
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
diaa.hanna
producerConsumerLab
Commits
d9f5f9f2
Commit
d9f5f9f2
authored
Nov 28, 2025
by
drnull03
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing the pom.xml shit
parent
051f9d6e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
0 deletions
+23
-0
pom.xml
pom.xml
+22
-0
App.class
target/classes/com/producerConsumerLab/App.class
+0
-0
createdFiles.lst
...-compiler-plugin/compile/default-compile/createdFiles.lst
+1
-0
No files found.
pom.xml
View file @
d9f5f9f2
...
@@ -15,4 +15,26 @@
...
@@ -15,4 +15,26 @@
<scope>
test
</scope>
<scope>
test
</scope>
</dependency>
</dependency>
</dependencies>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.10.1
</version>
<configuration>
<source>
17
</source>
<target>
17
</target>
</configuration>
</plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
exec-maven-plugin
</artifactId>
<version>
3.1.0
</version>
<configuration>
<mainClass>
com.producerConsumerLab.App
</mainClass>
</configuration>
</plugin>
</plugins>
</build>
</project>
</project>
target/classes/com/producerConsumerLab/App.class
0 → 100644
View file @
d9f5f9f2
File added
target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
View file @
d9f5f9f2
com/producerConsumerLab/App.class
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment